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.

37 lines
852 B

  1. !if 0
  2. Copyright (c) 2002 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ENCDEC_ROOT = ..
  5. #ROOT = $(MAKEDIR:\filters\EncDec\MediaTags=)
  6. ROOT = ..\..\..
  7. # Do not build this subdirectory until all the prior subdirectories are done.
  8. # Matthijs doesn't need this is tsdvr.. How?
  9. SYNCRHONIZE_BLOCK=1
  10. DISABLE_PCH = 1
  11. !include $(ROOT)\common.inc
  12. !include $(ENCDEC_ROOT)\encdec.inc
  13. TARGETNAME = MediaSampleAttr
  14. TARGETPATH = obj
  15. TARGETTYPE = LIBRARY
  16. USE_STL=1
  17. USE_NATIVE_EH=1
  18. INCLUDES = \
  19. $(ENCDEC_ROOT)\inc; \
  20. $(ENCDEC_ROOT)\DrmInc; \
  21. $(INCLUDES); \
  22. $(ENCDEC_ROOT)\idl\$(O); \
  23. $(SDK_PATH)\amovie\inc; \
  24. $(SDK_LIB_PATH); \
  25. $(SDK_INC_PATH)\atl30
  26. SOURCES = \
  27. MediaAttrib.cpp \
  28. AttrBlock.cpp