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.
24 lines
515 B
24 lines
515 B
|
|
TARGETNAME = dumpchk
|
|
TARGETPATH = obj
|
|
TARGETTYPE = PROGRAM
|
|
|
|
INCLUDES = ..\dbg-common
|
|
|
|
SOURCES=dumpchk.cpp \
|
|
dumpchk.rc
|
|
|
|
USE_MSVCRT=1
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\dbgeng.lib\
|
|
$(SDK_LIB_PATH)\uuid.lib\
|
|
$(SDK_LIB_PATH)\user32.lib\
|
|
$(SDK_LIB_PATH)\version.lib\
|
|
$(SDK_LIB_PATH)\htmlhelp.lib\
|
|
$(SDK_LIB_PATH)\wininet.lib\
|
|
$(DEBUGGER_LIBS)\*\dbglib.lib
|
|
|