projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add some missing USER definitions, add a couple of FIXMEs for not
[wine]
/
dlls
/
twain
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = twain_32.dll
6
IMPORTS = user32 gdi32 kernel32 ntdll
7
EXTRALIBS = @SANELIBS@
8
EXTRAINCL = @SANEINCL@
9
10
C_SRCS = \
11
capability.c \
12
ds_audio.c \
13
ds_ctrl.c \
14
ds_image.c \
15
dsm_ctrl.c \
16
twain32_main.c
17
18
C_SRCS16 = \
19
twain16_main.c
20
21
SPEC_SRCS16 = twain.spec
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: