20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
|
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
|
||
|
|