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.
41 lines
1.1 KiB
41 lines
1.1 KiB
!INCLUDE ..\..\aqueue.inc
|
|
|
|
MAJORCOMP=aqueue
|
|
MINORCOMP=ldapstor
|
|
|
|
TARGETNAME=ldapstor
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=$(STAXSMTPTARGET)
|
|
|
|
C_DEFINES = -DTHIS_MODULE=\"CAT\"
|
|
|
|
INCLUDES=$(STAXINC);$(STAXINC)\export;$(STAXAQUEUE)\inc;$(STAXAQUEUE)\cat\inc;$(STAXAQUEUE)\cat\obs\inc;$(O)
|
|
|
|
SOURCES = asyncctx.cpp \
|
|
ldapconn.cpp \
|
|
ldapstor.cpp \
|
|
spinlock.cpp \
|
|
icatitemattr.cpp \
|
|
simparray.cpp \
|
|
icatqueries.cpp \
|
|
icatasync.cpp \
|
|
cnfgmgr.cpp \
|
|
ntpch.cpp \
|
|
pldapwrap.cpp
|
|
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\mailmsg.h \
|
|
$(O)\smtpevent.h \
|
|
$(O)\aqueue.h \
|
|
$(O)\caterr.rc \
|
|
$(O)\phatqmsg.rc
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
!include $(STAXINC)\build\sources.inc
|