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.
19 lines
311 B
19 lines
311 B
ROOT=$(MAKEDIR:\dmo\wrapper=)
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETNAME=mofilter
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
WMSDK_ROOT=..\..\filters\asf\wmsdk
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES) \
|
|
$(SDK_INC_PATH)\atl30; \
|
|
$(WMSDK_ROOT)\inc
|
|
|
|
SOURCES= \
|
|
filter.cpp \
|
|
inpin.cpp \
|
|
outpin.cpp
|
|
|