windows-nt/Source/XPSP1/NT/shell/ext/brfcase/filesync/linkinfo/makefile.inc
2020-09-26 16:20:57 +08:00

30 lines
481 B
PHP

#
# Copy shared source code.
#
SHARED_DIR=..\core
$(O)\init.c : $(SHARED_DIR)\init.c
copy $? $@
$(O)\serial.c : $(SHARED_DIR)\serial.c
copy $? $@
$(O)\memmgr.c : $(SHARED_DIR)\memmgr.c
copy $? $@
$(O)\valid.c : $(SHARED_DIR)\valid.c
copy $? $@
$(O)\comc.c : $(SHARED_DIR)\comc.c
copy $? $@
$(O)\inifile.c : $(SHARED_DIR)\inifile.c
copy $? $@
$(O)\resstr.c : $(SHARED_DIR)\resstr.c
copy $? $@
$(O)\debug.c : $(SHARED_DIR)\debug.c
copy $? $@