projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Made OleCreateFontIndirect have the same signature (exactly) as the
[wine]
/
dlls
/
tapi32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
LIBEXT = @LIBEXT@
7
MODULE = tapi32
8
SOVERSION = 1.0
9
10
SPEC_SRCS = tapi32.spec
11
12
C_SRCS = \
13
assisted.c \
14
line.c \
15
phone.c
16
17
all: lib$(MODULE).$(LIBEXT)
18
19
@MAKE_RULES@
20
21
clean::
22
$(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
23
24
### Dependencies:
25