windowscodecs/tests: Fix compilation on systems that don't support nameless structs.
[wine/multimedia.git] / dlls / sane.ds / Makefile.in
blob20be6ea7baecaf3554ebbd7057098b85a6130e20
1 MODULE = sane.ds
2 IMPORTS = comctl32 user32 gdi32
3 EXTRAINCL = @SANEINCL@
5 C_SRCS = \
6 capability.c \
7 ds_ctrl.c \
8 ds_image.c \
9 options.c \
10 sane_main.c \
11 ui.c
13 RC_SRCS = sane.rc
14 PO_SRCS = sane.rc
16 @MAKE_DLL_RULES@