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.

38 lines
758 B

  1. !if 0
  2. Copyright (c) 1997 - 1998 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\streams\ddstream=)
  5. DISABLE_PCH=1
  6. !include $(ROOT)\common.inc
  7. TARGETNAME=ddstream
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. INCLUDES= \
  11. $(SDK_INC_PATH)\atl21; \
  12. $(INCLUDES) \
  13. ..\idl; \
  14. ..\strmobjs
  15. !if $(386) && $(FREEBUILD)
  16. USE_NOLIBS = 1
  17. C_DEFINES = -D_ATL_MIN_CRT -D_WINDLL $(C_DEFINES)
  18. !undef USE_MSVCRT
  19. !endif
  20. SOURCES = mss.cpp \
  21. medsampl.cpp \
  22. mtenum.cpp \
  23. sample.cpp \
  24. ddsample.cpp\
  25. stream.cpp \
  26. pump.cpp \
  27. ddstrm.cpp \
  28. util.cpp \
  29. bytestrm.cpp \
  30. austrm.cpp
  31. SYNCHRONIZE_BLOCK=1