mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
13 lines
189 B
Makefile
13 lines
189 B
Makefile
MODULE = sane.ds
|
|
IMPORTS = comctl32 user32 gdi32
|
|
EXTRAINCL = $(SANE_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_ctrl.c \
|
|
ds_image.c \
|
|
options.c \
|
|
sane_main.c \
|
|
ui.c
|
|
|
|
RC_SRCS = sane.rc
|