22 lines
438 B
Plaintext
22 lines
438 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=shuttle
|
|
|
|
TARGETNAME=shuttle
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
INCLUDES=$(STAXINC)
|
|
|
|
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=1
|
|
!include $(STAXINC)\build\sources.inc
|