2020-09-30 16:53:55 +02:00

35 lines
546 B
Plaintext

!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