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.

29 lines
686 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1998
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. !IF 0
  7. NOTE: It would be nice to just use a SOURCES MISCFILES
  8. to copy the files but unfortunately on checked build
  9. binplace would fail because setup.exe doesn't have debug
  10. symbols.
  11. !ENDIF
  12. SRC_STATIC_FILES = \
  13. wistream.vbs \
  14. wiexport.vbs \
  15. wiimport.vbs \
  16. wifilver.vbs \
  17. media.idt \
  18. tscmsigen.cmd \
  19. msiquery.exe \
  20. static_files: $(SRC_STATIC_FILES)
  21. # if not exist $(_NTTREE) md $(_NTTREE)
  22. -for %i in ($**) do binplace -e -:DEST TSClient\win32\* %i