15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=rwex
|
|
|
|
TARGETNAME=rwex
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
INCLUDES=$(STAXINC);..\rw\src
|
|
|
|
SOURCES= \
|
|
rwex.cpp
|
|
!include $(STAXINC)\build\sources.inc
|