projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
richedit: Add more tests for URL autodetection on WM_CHAR, make them pass under Wine.
[wine]
/
dlls
/
tapi32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = tapi32.dll
6
IMPORTLIB = tapi32
7
IMPORTS = advapi32 kernel32
8
9
C_SRCS = \
10
assisted.c \
11
line.c \
12
phone.c
13
14
@MAKE_DLL_RULES@
15
16
@DEPENDENCIES@ # everything below this line is overwritten by make depend