projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adapted to CreateSystemTimer interface change.
[wine]
/
graphics
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = graphics
7
8
C_SRCS = \
9
bitblt.c \
10
cache.c \
11
ddraw.c \
12
dispdib.c \
13
driver.c \
14
env.c \
15
escape.c \
16
fontengine.c \
17
mapping.c \
18
painting.c \
19
path.c \
20
vga.c \
21
wing.c
22
23
all: $(MODULE).o
24
25
@MAKE_RULES@
26
27
### Dependencies: