Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

29 lines
676 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)\shlwapi.lib \
$(SDK_LIB_PATH)\dbghelp.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\imagehlp.lib \
$(SDK_LIB_PATH)\user32.lib \
..\symcvt\obj\*\symcvt.lib
LINKLIBS = \