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.
29 lines
544 B
29 lines
544 B
#
|
|
# 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
|