mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
15 lines
245 B
Makefile
15 lines
245 B
Makefile
MODULE = gphoto2.ds
|
|
IMPORTS = comctl32 user32 gdi32 advapi32
|
|
EXTRALIBS = @GPHOTO2LIBS@
|
|
EXTRAINCL = @GPHOTO2INCL@
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_image.c \
|
|
gphoto2_main.c \
|
|
ui.c
|
|
|
|
RC_SRCS = gphoto2.rc
|
|
PO_SRCS = gphoto2.rc
|
|
|
|
@MAKE_DLL_RULES@
|