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.

43 lines
850 B

  1. TARGETNAME=mspbase
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. PASS1_PUBLISH={$(O)\mspbase.lib=$(SDK_LIB_PATH)\mspbase.lib}
  5. !IF !$(FREEBUILD)
  6. !IF defined (DEBUG_MEMORY)
  7. # Use debug CRTs and turn on assertions.
  8. DEBUG_CRTS=1
  9. C_DEFINES=$(C_DEFINES) -D_DEBUG -D_DBG
  10. # _CRTDBG_MAP_ALLOC: Map normal heap operations to their debug versions.
  11. C_DEFINES=$(C_DEFINES) -D_CRTDBG_MAP_ALLOC
  12. !ENDIF
  13. !ENDIF
  14. # Enable tracing and unicode.
  15. C_DEFINES=$(C_DEFINES) -DMSPLOG -DUNICODE
  16. USE_ATL=1
  17. USE_MSVCRT=1
  18. USE_NATIVE_EH=1
  19. USE_RTTI=1
  20. INCLUDES=$(SDK_PATH)\amovie\inc;
  21. SOURCES=\
  22. dtevntsk.cpp \
  23. mspaddr.cpp \
  24. mspcall.cpp \
  25. msplog.cpp \
  26. mspstrm.cpp \
  27. mspterm.cpp \
  28. mspthrd.cpp \
  29. msptrmac.cpp \
  30. msptrmar.cpp \
  31. msptrmvc.cpp \
  32. msputils.cpp
  33. # Ships in the SDK
  34. BUFFER_OVERFLOW_CHECKS=0