Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
481 B

  1. #
  2. # Copy shared source code.
  3. #
  4. SHARED_DIR=..\core
  5. $(O)\init.c : $(SHARED_DIR)\init.c
  6. copy $? $@
  7. $(O)\serial.c : $(SHARED_DIR)\serial.c
  8. copy $? $@
  9. $(O)\memmgr.c : $(SHARED_DIR)\memmgr.c
  10. copy $? $@
  11. $(O)\valid.c : $(SHARED_DIR)\valid.c
  12. copy $? $@
  13. $(O)\comc.c : $(SHARED_DIR)\comc.c
  14. copy $? $@
  15. $(O)\inifile.c : $(SHARED_DIR)\inifile.c
  16. copy $? $@
  17. $(O)\resstr.c : $(SHARED_DIR)\resstr.c
  18. copy $? $@
  19. $(O)\debug.c : $(SHARED_DIR)\debug.c
  20. copy $? $@