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.
 
 
 
 
 
 

20 lines
444 B

# this looks like a -*-Makefile-*-
!include ..\sources.inc
TARGETNAME = cvtodbg
TARGETPATH = obj
TARGETTYPE = PROGRAM
INCLUDES = $(INCLUDES)
SOURCES = cvtodbg.cpp \
cvtodbg.rc
UMENTRY=wmain
UMTYPE=console
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\dbghelp.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\imagehlp.lib