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.
34 lines
546 B
34 lines
546 B
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=core
|
|
MINORCOMP=symtest
|
|
|
|
TARGETNAME=symtest
|
|
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
USE_TRACING=1
|
|
#C_DEFINES=-DNOTRACE
|
|
|
|
USE_STATIC_ATL=1
|
|
|
|
USE_NATIVE_EH=1
|
|
|
|
SOURCES= \
|
|
stdatl.cpp \
|
|
symtest.cpp \
|
|
ver.rc \
|
|
|
|
INCLUDES= \
|
|
|
|
TARGETLIBS= \
|
|
$(CORELIBPATH)\symres.lib
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|