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.

38 lines
651 B

  1. TARGETNAME=cmdhelp
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. #
  5. # kernel32 gives us malloc, free, etc.
  6. #
  7. TARGETLIBS=\
  8. $(SDK_LIB_PATH)\kernel32.lib
  9. #
  10. # we include files from the DDK, SDK, and the sdktools private include path
  11. #
  12. INCLUDES=\
  13. $(DDK_INC_PATH);\
  14. $(SDK_INC_PATH);\
  15. $(SDKTOOLS_INC_PATH)
  16. #
  17. # USE_NTDLL offloads a lot of the basic work from this dll.
  18. #
  19. USE_NTDLL=1
  20. PASS0_PUBLISH=\
  21. {cmdhelp.w=$(SDKTOOLS_INC_PATH)\cmdhelp.h}\
  22. PASS1_PUBLISH=\
  23. {$(O)\cmdhelp.lib=$(SDKTOOLS_LIB_PATH)\cmdhelp.lib}\
  24. SOURCES=cmdhelp.c \
  25. cmdhelp.rc