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.
 
 
 
 
 
 

24 lines
629 B

# this looks like a -*-Makefile-*-
# The Symedit needs symcvt.lib, so it must be built after building symcvt
!include ..\sources.inc
TARGETNAME = symedit
TARGETPATH = obj
TARGETTYPE = PROGRAM
INCLUDES = $(INCLUDES)
SOURCES = symedit.cpp \
symedit.rc
UMENTRY=wmain
UMTYPE=console
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\dbghelp.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\imagehlp.lib \
..\symcvt\$(O)\symcvt.lib