projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32/tests: Fix wrong comment-headline in toolbar.c.
[wine]
/
dlls
/
gphoto2.ds
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = gphoto2.ds
6
IMPORTS = comctl32 user32 gdi32 advapi32 kernel32
7
EXTRALIBS = @GPHOTO2LIBS@
8
EXTRAINCL = @GPHOTO2INCL@
9
10
C_SRCS = \
11
capability.c \
12
ds_image.c \
13
gphoto2_main.c \
14
ui.c
15
16
RC_SRCS = \
17
rsrc.rc
18
19
@MAKE_DLL_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend