16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=domhash
|
|
|
|
TARGETNAME=domhash
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
INCLUDES=$(STAXINC);$(STAXINC)\export;$(IISBASEDIR)\inc;
|
|
|
|
SOURCES = domhash.cpp \
|
|
_domhash.cpp
|
|
|
|
!include $(STAXINC)\build\sources.inc
|