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.
46 lines
612 B
46 lines
612 B
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\av\nmcap=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
MAJORCOMP=comman
|
|
MINORCOMP=nmcap
|
|
|
|
TARGETNAME=nmcap
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc;$(ROOT)\av\filter\inc;$(ROOT)\h
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
SOURCES= filters.cpp \
|
|
vidpool.cpp \
|
|
capture.cpp \
|
|
frameop.cpp
|
|
|
|
|
|
|
|
CONDITIONAL_INCLUDES = \
|
|
macocidl.h \
|
|
macwin32.h \
|
|
rpcerr.h \
|
|
rpcmac.h \
|
|
winwlm.h \
|
|
macname1.h \
|
|
macname2.h \
|
|
macpub.h \
|
|
macapi.h \
|
|
compman.h \
|
|
drawdib.h \
|
|
avifile.h \
|
|
mciwnd.h \
|
|
msvideo.h \
|
|
avicap.h
|