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.
39 lines
961 B
39 lines
961 B
!INCLUDE ..\aqueue.inc
|
|
|
|
MAJORCOMP=smtp
|
|
MINORCOMP=dsnsink
|
|
|
|
TARGETNAME=dsnsink
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXSMTPTARGET)
|
|
|
|
C_DEFINES = -DTHIS_MODULE=\"AQ\"
|
|
|
|
INCLUDES=$(STAXINC);$(STAXINC)\export;$(IISBASEDIR)\inc;$(STAXAQUEUE)\inc;$(O)
|
|
|
|
SOURCES = \
|
|
dsnsink.cpp \
|
|
dsnbuff.cpp \
|
|
dsn_utf7.cpp \
|
|
b64octet.cpp \
|
|
cpropbag.cxx
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\mailmsg.h \
|
|
$(O)\mailmsgi.h \
|
|
$(O)\aqueue.h \
|
|
$(O)\aqintrnl.h \
|
|
$(O)\smtpevent.h \
|
|
$(O)\aqerr.rc \
|
|
$(O)\caterr.rc \
|
|
$(O)\phatqmsg.rc \
|
|
$(O)\imsgerr.rc
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
!include $(STAXINC)\build\sources.inc
|