projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix bug with pasting Wine clipboard content to external applications,
[wine]
/
objects
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = objects
7
8
C_SRCS = \
9
bitmap.c \
10
brush.c \
11
clipping.c \
12
color.c \
13
cursoricon.c \
14
dc.c \
15
dcvalues.c \
16
dib.c \
17
enhmetafile.c \
18
font.c \
19
gdiobj.c \
20
linedda.c \
21
metafile.c \
22
palette.c \
23
pen.c \
24
region.c \
25
text.c
26
27
all: $(MODULE).o
28
29
@MAKE_RULES@
30
31
### Dependencies: