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.
 
 
 
 
 
 

38 lines
761 B

!if 0
Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
!endif
ROOT=$(MAKEDIR:\filters\avi\capture=)
DISABLE_PCH=1
!include $(ROOT)\common.inc
TARGETNAME=capture
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES= \
$(ROOT)\filters\avi\inc; \
$(INCLUDES) \
$(ROOT)\filters\core\strmaloc\inc; \
$(ROOT)\filters\h;
C_DEFINES=$(C_DEFINES) /DFILTER_LIB
!if !$(386)
C_DEFINES = $(C_DEFINES) /DNON_X86
!endif
SOURCES= \
Capture.cpp \
overlay.cpp \
outpin.cpp \
property.cpp \
stream.cpp \
preview.cpp \
thunk.c \
video.c \
property.rc
# BUGBUG - Again, another .rc file in a library.
# BUGBUG - Also, need to add makefile.inc support to build vidx16.dll for X86