54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
#
|
||
|
# Create MSVFW32.DLL
|
||
|
#
|
||
|
# This contains the output from COMPMAN, DRAWDIB, and MCIWND as well as
|
||
|
# the VIDEO subdirectories
|
||
|
#
|
||
|
# Note: vfw32.lib is built in the avi\vfwlib directory
|
||
|
|
||
|
MAJORCOMP=windows
|
||
|
MINORCOMP=avi
|
||
|
|
||
|
TARGETNAME=msvfw32
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
UMTYPE=windows
|
||
|
LINKLIBS=..\compman\$(O)\compman.lib \
|
||
|
..\drawdib\$(O)\drawdib.lib \
|
||
|
..\mciwnd\$(O)\mciwnd.lib
|
||
|
|
||
|
DLLDEF=msvfw32.def
|
||
|
EXPECTED_WINVER=4.00
|
||
|
|
||
|
NTPROFILEINPUT=yes
|
||
|
|
||
|
SYNCHRONIZE_DRAIN=1
|
||
|
|
||
|
C_DEFINES=-DUNICODE -DVFW
|
||
|
WINVER_VERSION=0x0400
|
||
|
|
||
|
# Define libs we need and where to find them
|
||
|
|
||
|
USE_NTDLL=1
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\winmm.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\mpr.lib
|
||
|
|
||
|
## $(WINDOWS_LIB_PATH)\dciman32.lib
|
||
|
|
||
|
INCLUDES=..\inc;..\..\verinfo\usa;..\..\inc;..\compman
|
||
|
|
||
|
SOURCES=init.c \
|
||
|
profile.c \
|
||
|
debug.c \
|
||
|
msvideo.rc
|
||
|
|
||
|
DLLENTRY=DLLEntryPoint
|
||
|
DLLBASE=0x1c100000
|