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.
 
 
 
 
 
 

21 lines
356 B

MAJORCOMP=GDIDbg
MINORCOMP=GDIView
TARGETNAME=GDIView
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
INCLUDES=.;$(SDK_INC_PATH);$(WINDOWS_INC_PATH)
USE_CRTDLL=1
SOURCES=debug.cpp \
gdiview.cpp \
output.cpp
UMTYPE=console
UMLIBS=$(SDK_LIB_PATH)\dbgeng.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib