mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
17 lines
221 B
Makefile
17 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@
|