Files
harbour-core/harbour/config/dos/install.cf
1999-06-20 01:43:59 +00:00

10 lines
212 B
CFEngine3

#
# $Id$
#
include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/global.cf
INSTALL_LIST = $(subst /,\,$(INSTALL_OBJS))
INSTALL_RULE =\
$(COMSPEC) /c FOR %f IN ($(INSTALL_LIST)) DO COPY %f $(subst /,\,$(INSTALL_DIR))