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.

57 lines
959 B

  1. !if 0
  2. Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. !ifdef NTMAKEENV
  5. !INCLUDE $(NTMAKEENV)\makefile.def
  6. !ELSE
  7. #
  8. # Quartz Project Makefile
  9. #
  10. # Targets are provided by QUARTZ.MAK
  11. #
  12. DISABLE_PCH = 1
  13. !ifndef QUARTZ
  14. QUARTZ=..\..
  15. !endif
  16. #NO_QUARTZ_LIBS = 1
  17. C_DEFINES = -D_ATL_MIN_CRT -D_WINDLL
  18. !if (defined(NODEBUG) || defined(RETAIL)) && "$(CPU)" == "i386"
  19. USE_LIBCMT_LIB = 1
  20. !endif
  21. TARGET_NAME = ddstream
  22. TARGET_TYPE = LIBRARY
  23. TARGET_GOAL = RUNTIME
  24. INC_PATH = ..\idl;..\strmobjs
  25. SRC_FILES = mtenum.cpp \
  26. sample.cpp \
  27. ddsample.cpp\
  28. stream.cpp \
  29. pump.cpp \
  30. ddstrm.cpp \
  31. util.cpp \
  32. bytestrm.cpp \
  33. austrm.cpp \
  34. medsampl.cpp \
  35. mss.cpp
  36. #DEF_FILE = amstream.def
  37. # PCH_HEADER = mpeghdr.h - ???
  38. # PCH_NAME = _mpeghdr - ???
  39. !include "$(QUARTZ)\Quartz.mak"
  40. !ENDIF # NTMAKEENV