Source code of Windows XP (NT5)
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.

47 lines
815 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. PRECOMPILED_CXX=1
  17. PRECOMPILED_INCLUDE=precomp.h
  18. USE_ATL=1
  19. USE_MSVCRT=1
  20. USE_NATIVE_EH=1
  21. USE_RTTI=1
  22. INCLUDES=$(SDK_PATH)\amovie\inc;
  23. SOURCES=\
  24. dtevntsk.cpp \
  25. mspaddr.cpp \
  26. mspcall.cpp \
  27. msplog.cpp \
  28. mspstrm.cpp \
  29. mspterm.cpp \
  30. mspthrd.cpp \
  31. msptrmac.cpp \
  32. msptrmar.cpp \
  33. msptrmvc.cpp \
  34. msputils.cpp