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