Windows2003-3790/admin/pchealth/core/shuttle/sources
2020-09-30 16:53:55 +02:00

26 lines
479 B
Plaintext

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=core
MINORCOMP=shuttle
TARGETNAME=shuttle
TARGETTYPE=LIBRARY
INCLUDES=
SOURCES=\
pxpacket.cpp \
cdescrip.cpp \
cpool.cpp
#
# By default, build without tracing
# (the client, by default, does this and we'll have problems if we don't)
C_DEFINES=-DNOTRACE
!INCLUDE $(INETROOT)\build\sources.all