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
38 lines
651 B
|
|
TARGETNAME=cmdhelp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#
|
|
# kernel32 gives us malloc, free, etc.
|
|
#
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
#
|
|
# we include files from the DDK, SDK, and the sdktools private include path
|
|
#
|
|
INCLUDES=\
|
|
$(DDK_INC_PATH);\
|
|
$(SDK_INC_PATH);\
|
|
$(SDKTOOLS_INC_PATH)
|
|
|
|
#
|
|
# USE_NTDLL offloads a lot of the basic work from this dll.
|
|
#
|
|
USE_NTDLL=1
|
|
|
|
|
|
PASS0_PUBLISH=\
|
|
{cmdhelp.w=$(SDKTOOLS_INC_PATH)\cmdhelp.h}\
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(O)\cmdhelp.lib=$(SDKTOOLS_LIB_PATH)\cmdhelp.lib}\
|
|
|
|
SOURCES=cmdhelp.c \
|
|
cmdhelp.rc
|
|
|
|
|
|
|
|
|
|
|