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.
31 lines
506 B
31 lines
506 B
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=core
|
|
MINORCOMP=symres
|
|
|
|
TARGETNAME=symres
|
|
TARGETTYPE=DYNLINK
|
|
DLLBASE=$(DEFBASEADDR)
|
|
DLLENTRY=DllMain
|
|
DLLDEF=symres.def
|
|
#USE_TRACING=1
|
|
C_DEFINES=-DNOTRACE
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
|
|
SOURCES= \
|
|
symres.cpp \
|
|
ver.rc \
|
|
|
|
INCLUDES= \
|
|
|
|
TARGETLIBS=\
|
|
$(SDKLIBPATH)\imagehlp.lib \
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|