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

!if 0
Copyright (c) 2002 Microsoft Corporation. All Rights Reserved.
!endif
ENCDEC_ROOT = ..
#ROOT = $(MAKEDIR:\filters\EncDec\MediaTags=)
ROOT = ..\..\..
# Do not build this subdirectory until all the prior subdirectories are done.
# Matthijs doesn't need this is tsdvr.. How?
SYNCRHONIZE_BLOCK=1
DISABLE_PCH = 1
!include $(ROOT)\common.inc
!include $(ENCDEC_ROOT)\encdec.inc
TARGETNAME = MediaSampleAttr
TARGETPATH = obj
TARGETTYPE = LIBRARY
USE_STL=1
USE_NATIVE_EH=1
INCLUDES = \
$(ENCDEC_ROOT)\inc; \
$(ENCDEC_ROOT)\DrmInc; \
$(INCLUDES); \
$(ENCDEC_ROOT)\idl\$(O); \
$(SDK_PATH)\amovie\inc; \
$(SDK_LIB_PATH); \
$(SDK_INC_PATH)\atl30
SOURCES = \
MediaAttrib.cpp \
AttrBlock.cpp