Windows2003-3790/admin/pchealth/core/shuttle/sources

26 lines
479 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
!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