projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcp: Prevent overflows while operating on string sizes.
[wine]
/
dlls
/
gphoto2.ds
/
Makefile.in
1
MODULE = gphoto2.ds
2
IMPORTS = comctl32 user32 gdi32 advapi32
3
EXTRALIBS = @GPHOTO2LIBS@
4
EXTRAINCL = @GPHOTO2INCL@
5
6
C_SRCS = \
7
capability.c \
8
ds_image.c \
9
gphoto2_main.c \
10
ui.c
11
12
RC_SRCS = gphoto2.rc
13
PO_SRCS = gphoto2.rc
14
15
@MAKE_DLL_RULES@