Leaked source code of windows server 2003
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

  1. !INCLUDE ..\..\aqueue.inc
  2. MAJORCOMP=aqueue
  3. MINORCOMP=ldapstor
  4. TARGETNAME=ldapstor
  5. TARGETTYPE=LIBRARY
  6. TARGETPATH=$(STAXSMTPTARGET)
  7. C_DEFINES = -DTHIS_MODULE=\"CAT\"
  8. INCLUDES=$(STAXINC);$(STAXINC)\export;$(STAXAQUEUE)\inc;$(STAXAQUEUE)\cat\inc;$(STAXAQUEUE)\cat\obs\inc;$(O)
  9. SOURCES = asyncctx.cpp \
  10. ldapconn.cpp \
  11. ldapstor.cpp \
  12. spinlock.cpp \
  13. icatitemattr.cpp \
  14. simparray.cpp \
  15. icatqueries.cpp \
  16. icatasync.cpp \
  17. cnfgmgr.cpp \
  18. ntpch.cpp \
  19. pldapwrap.cpp
  20. PASS0_HEADERDIR=$(O)
  21. PASS0_SOURCEDIR=$(O)
  22. NTTARGETFILE0= \
  23. $(O)\mailmsg.h \
  24. $(O)\smtpevent.h \
  25. $(O)\aqueue.h \
  26. $(O)\caterr.rc \
  27. $(O)\phatqmsg.rc
  28. PRECOMPILED_CXX=1
  29. PRECOMPILED_INCLUDE=precomp.h
  30. PRECOMPILED_OBJ=precomp.obj
  31. !include $(STAXINC)\build\sources.inc