projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Added IHTMLScriptElement::put_text implementation.
[wine]
/
dlls
/
sane.ds
/
Makefile.in
1
MODULE = sane.ds
2
IMPORTS = comctl32 user32 gdi32
3
EXTRAINCL = @SANEINCL@
4
5
C_SRCS = \
6
capability.c \
7
ds_ctrl.c \
8
ds_image.c \
9
options.c \
10
sane_main.c \
11
ui.c
12
13
RC_SRCS = sane.rc
14
PO_SRCS = sane.rc
15
16
@MAKE_DLL_RULES@