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.

26 lines
595 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. setup.exe \
  14. setup.ini \
  15. instmsia.exe \
  16. instmsiw.exe \
  17. static_files: $(SRC_STATIC_FILES)
  18. # if not exist $(_NTTREE) md $(_NTTREE)
  19. -for %i in ($**) do binplace -:DEST retail %i