Fixed pixmap leak with the 1x1 bitmap in memory DCs.
[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         dispdib.c \
12         driver.c \
13         env.c \
14         escape.c \
15         fontengine.c \
16         mapping.c \
17         painting.c \
18         path.c \
19         vga.c
20
21 all: $(MODULE).o
22
23 @MAKE_RULES@
24
25 ### Dependencies: