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.

31 lines
676 B

  1. USE_MSVCRT=
  2. UMTYPE=console
  3. UMENTRY=wmain
  4. #
  5. # We don't really intend for the .exe to have any "builtin" manifest,
  6. # but it's easier to build that way. That's why we bother having
  7. # three versions instead of two, so we have two besides whatever
  8. # one is loaded automatically.
  9. #
  10. # Also, we write our own .rc file, not using the more automatic support
  11. # in makefile.def.
  12. #
  13. TARGETNAME=MultiExe
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. NTTARGETFILE= \
  17. $(O)\2.manifest \
  18. $(O)\3.manifest \
  19. USE_MAKEFILE_INC=1
  20. # Don't put placefileless test cases in "dump".
  21. NO_BINPLACE=1
  22. SOURCES= \
  23. MultiExe.c \
  24. MultiExe.rc
  25. TARGETLIBS=\
  26. $(SDK_LIB_PATH)\user32.lib