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