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.
25 lines
479 B
25 lines
479 B
!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
|