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.
 
 
 
 
 
 

18 lines
365 B

TARGETNAME = kdbgctrl
TARGETPATH = obj
TARGETTYPE = PROGRAM
INCLUDES = $(INCLUDES);..\dbg-common
TARGETLIBS = \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(DEBUGGER_LIBS)\*\dbglib.lib
USE_MSVCRT = 1
SOURCES = kdbgctrl.cpp \
kdbgctrl.rc
UMTYPE = console