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.

19 lines
311 B

  1. ROOT=$(MAKEDIR:\dmo\wrapper=)
  2. !include $(ROOT)\common.inc
  3. TARGETNAME=mofilter
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. WMSDK_ROOT=..\..\filters\asf\wmsdk
  7. INCLUDES= \
  8. $(INCLUDES) \
  9. $(SDK_INC_PATH)\atl30; \
  10. $(WMSDK_ROOT)\inc
  11. SOURCES= \
  12. filter.cpp \
  13. inpin.cpp \
  14. outpin.cpp