mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
271 B
Makefile
12 lines
271 B
Makefile
MODULE = gphoto2.ds
|
|
IMPORTS = comctl32 user32 gdi32 advapi32
|
|
EXTRALIBS = $(GPHOTO2_LIBS) $(GPHOTO2_PORT_LIBS)
|
|
EXTRAINCL = $(GPHOTO2_CFLAGS) $(GPHOTO2_PORT_CFLAGS) $(JPEG_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_image.c \
|
|
gphoto2_main.c \
|
|
ui.c
|
|
|
|
RC_SRCS = gphoto2.rc
|