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.
37 lines
488 B
37 lines
488 B
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\av\h=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
TARGETPATH=.
|
|
TARGETTYPE=NOTARGET
|
|
|
|
386_STDCALL=1
|
|
|
|
#
|
|
# Parameters for MIDL
|
|
#
|
|
|
|
IDL_TYPE=ole
|
|
PASS0_HEADERDIR = $(O)
|
|
PASS0_SOURCEDIR = $(O)
|
|
MIDL_TLBDIR = $(O)
|
|
MIDL_UUIDDIR = $(O)
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
SOURCES=dibstrms.idl \
|
|
videocap.idl \
|
|
strmbld.idl \
|
|
wavstrm.idl \
|
|
mchan.idl\
|
|
irtp.idl
|
|
|
|
|