projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Convert GetCharWidth to Unicode.
[wine]
/
graphics
/
metafiledrv
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = metafiledrv
7
8
C_SRCS = \
9
bitblt.c \
10
dc.c \
11
graphics.c \
12
init.c \
13
mapping.c \
14
objects.c \
15
text.c
16
17
all: $(MODULE).o
18
19
@MAKE_RULES@
20
21
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
22
$(LDCOMBINE) $(OBJS) -o $@
23
24
### Dependencies: