Leaked source code of windows server 2003
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.

45 lines
1.3 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1998
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. CONTENT_SRC_DIR = .\content
  7. PBUILD_SRC_DIR = .\pbuild
  8. SETUP_SRC_DIR = .\setup
  9. SRC_WEB_STATIC_FILES = \
  10. $(CONTENT_SRC_DIR)\bluebarh.gif \
  11. $(CONTENT_SRC_DIR)\bluebarv.gif \
  12. $(CONTENT_SRC_DIR)\win2000l.gif \
  13. $(CONTENT_SRC_DIR)\win2000r.gif \
  14. $(SETUP_SRC_DIR)\tsweb-eula.txt \
  15. $(SETUP_SRC_DIR)\tsweb-readme.htm \
  16. $(SETUP_SRC_DIR)\tsweb-setup.inf \
  17. $(SETUP_SRC_DIR)\tsweb-setup.sed \
  18. SRC_TEMPLATE_FILES = \
  19. $(CONTENT_SRC_DIR)\tsweb1.htm \
  20. $(CONTENT_SRC_DIR)\msrdp.inf \
  21. SRC_SYMBOL_LST_FILES = \
  22. $(CONTENT_SRC_DIR)\msrdp.lst \
  23. SRC_TOOL_FILES = \
  24. $(PBUILD_SRC_DIR)\tscwebgen.cmd \
  25. static_files: $(SRC_WEB_STATIC_FILES)
  26. -for %i in ($**) do binplace -:DEST retail %i
  27. template_files: $(SRC_TEMPLATE_FILES)
  28. -for %i in ($**) do binplace -:DEST TSClient\win32\* %i
  29. tool_files: $(SRC_TOOL_FILES)
  30. -for %i in ($**) do binplace -:DEST TSClient\win32\* %i
  31. symbol_lst_files: $(SRC_SYMBOL_LST_FILES)
  32. -for %i in ($**) do binplace -:DEST symbolcd\cablists %i