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.

43 lines
840 B

  1. TARGETNAME=wextract
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. #
  5. # The TARGETLIBS specifies additional libraries to link with you target
  6. # image. Each library path specification should contain an asterisk (*)
  7. # where the machine specific subdirectory name should go.
  8. #
  9. TARGETLIBS=\
  10. ..\..\sdslib\$(O)\sdsutils.lib \
  11. $(SDK_LIB_PATH)\comctl32.lib \
  12. $(SDK_LIB_PATH)\fdi.lib \
  13. $(SDK_LIB_PATH)\version.lib
  14. !if !$(386)
  15. USE_MSVCRT=1
  16. !endif
  17. C_DEFINES=\
  18. -DNASHVILLE
  19. INCLUDES= \
  20. ..\common; \
  21. ..\..\sdslib
  22. MSC_WARNING_LEVEL=/W3 /WX
  23. SOURCES=\
  24. wextract.rc \
  25. pch.c \
  26. utils.c \
  27. wextract.c
  28. USE_NOLIBS=1
  29. UMTYPE=windows
  30. UMENTRY=ModuleEntry
  31. UMENTRYABS=ModuleEntry
  32. SUBSYSTEM_VERSION=4.00
  33. USE_PDB=1
  34. BUFFER_OVERFLOW_CHECKS=NO_NTDLL