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.

24 lines
474 B

  1. !include ..\..\..\staxinc\build\paths.inc
  2. MAJORCOMP=staxcore
  3. MINORCOMP=cmmprops
  4. TARGETNAME=cmmprops
  5. TARGETTYPE=LIBRARY
  6. TARGETPATH=$(STAXCORETARGET)
  7. C_DEFINES=-D_WINDLL -D_ATL_NO_DEBUG_CRT -DTHIS_MODULE=\"MAILMSG\"
  8. INCLUDES=$(STAXINC);$(STAXINC)\export;$(O)
  9. SOURCES= \
  10. cmmprops.cpp \
  11. cmmsprop.cpp
  12. PASS0_HEADERDIR=$(O)
  13. PASS0_SOURCEDIR=$(O)
  14. NTTARGETFILE0=$(O)\mailmsg.h \
  15. $(O)\mailmsgi.h \
  16. !include $(STAXINC)\build\sources.inc