Erase the in-memory DC for treeview and fixes the rectangle calculation.
[wine] / dlls / wineps / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wineps
6 SOVERSION = 1.0
7 ALTNAMES  = wineps16
8 IMPORTS   = user32 gdi32 winspool.drv kernel32 ntdll
9
10 C_SRCS = \
11         afm.c \
12         bitblt.c \
13         bitmap.c \
14         brush.c \
15         clipping.c \
16         color.c \
17         driver.c \
18         escape.c \
19         font.c \
20         graphics.c \
21         init.c \
22         objects.c \
23         pen.c \
24         ppd.c \
25         ps.c \
26         text.c
27
28 RC_SRCS= \
29         rsrc.rc
30
31 @MAKE_DLL_RULES@
32
33 ### Dependencies: