17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=cstream
|
|
|
|
TARGETNAME=cstream
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
C_DEFINES=-DNOTRACE
|
|
|
|
SOURCES=\
|
|
cstream.cpp
|
|
|
|
INCLUDES=$(STAXINC)
|
|
!include $(STAXINC)\build\sources.inc
|