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.

47 lines
824 B

  1. !IF 0
  2. This project contains files that are not built by the NT Build Lab.
  3. This file is a template for all sources files within this project.
  4. !ENDIF
  5. TARGETNAME=
  6. TARGETTYPE=NOTARGET
  7. TARGETPATH=
  8. BINPLACE_PLACEFILE=.\placefil.txt
  9. SOURCES =
  10. # Platform specific MISCFILES
  11. X86_MISCFILES =
  12. ALPHA_MISCFILES =
  13. # Files that have the same name, but are different for each platform
  14. MISCFILES= \
  15. msizap.exe \
  16. instmsi.exe
  17. # Files that are identical for each platform
  18. COMMON_MISCFILES =
  19. X86_MISCFILES=
  20. # Complete file lists
  21. !if $(386)
  22. MISCFILES = \
  23. $(MISCFILES) \
  24. $(COMMON_MISCFILES) \
  25. $(X86_MISCFILES)
  26. !elseif $(ALPHA)
  27. MISCFILES = \
  28. $(MISCFILES) \
  29. $(COMMON_MISCFILES) \
  30. $(ALPHA_MISCFILES)
  31. !endif