projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Remove not used argument in nsAString_GetData.
[wine]
/
dlls
/
twain_32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = twain_32.dll
6
IMPORTS = kernel32
7
8
C_SRCS = \
9
dsm_ctrl.c \
10
twain32_main.c
11
12
C_SRCS16 = \
13
twain16_main.c
14
15
SPEC_SRCS16 = twain.spec
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend