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.
24 lines
474 B
24 lines
474 B
!include ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=cmmprops
|
|
|
|
TARGETNAME=cmmprops
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXCORETARGET)
|
|
|
|
C_DEFINES=-D_WINDLL -D_ATL_NO_DEBUG_CRT -DTHIS_MODULE=\"MAILMSG\"
|
|
|
|
INCLUDES=$(STAXINC);$(STAXINC)\export;$(O)
|
|
|
|
SOURCES= \
|
|
cmmprops.cpp \
|
|
cmmsprop.cpp
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
NTTARGETFILE0=$(O)\mailmsg.h \
|
|
$(O)\mailmsgi.h \
|
|
|
|
!include $(STAXINC)\build\sources.inc
|