repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdi32: Introduce a unified function to perform COLORREF to pixel color mapping.
[wine.git]
/
dlls
/
gdi32
/
tests
/
Makefile.in
blob
dee2fa45378816c10fe4f39e5ffdd8d595b89f0d
1
TESTDLL
=
gdi32.dll
2
IMPORTS
=
user32 gdi32 advapi32
3
4
C_SRCS
=
\
5
bitmap.c \
6
brush.c \
7
clipping.c \
8
dc.c \
9
dib.c \
10
font.c \
11
gdiobj.c \
12
generated.c \
13
icm.c \
14
mapping.c \
15
metafile.c \
16
palette.c \
17
path.c \
18
pen.c
19
20
RC_SRCS
=
resource.rc
21
22
@MAKE_TEST_RULES@