mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
16 lines
221 B
Makefile
16 lines
221 B
Makefile
MODULE = sane.ds
|
|
IMPORTS = comctl32 user32 gdi32
|
|
EXTRAINCL = @SANEINCL@
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_ctrl.c \
|
|
ds_image.c \
|
|
options.c \
|
|
sane_main.c \
|
|
ui.c
|
|
|
|
RC_SRCS = sane.rc
|
|
PO_SRCS = sane.rc
|
|
|
|
@MAKE_DLL_RULES@
|