2025-04-27 07:49:33 -04:00

30 lines
544 B
Plaintext

#
# Create an MCI handler DLL
#
MAJORCOMP=windows
MINORCOMP=avi
TARGETNAME=drawdib
TARGETPATH=obj
TARGETTYPE=LIBRARY
UMTYPE=windows
##C_DEFINES=-DUNICODE -DVFW -DUSE_DCI
C_DEFINES=-DUNICODE -DVFW
# Define libs we need and where to find them
INCLUDES=..\inc;dva;..\..\inc;..\video
SOURCES= dith666.c \
dither.c \
drawdib.c \
profdisp.c \
setdi.c \
lockbm.c \
stretchc.c
##### ddsucks.c \ Redundant
##### dith775.c \ Alternative to dith775.c