2025-04-27 07:49:33 -04:00

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