26 lines
479 B
Plaintext
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
|