Added pBitmapBits and pCreateBitmap to the GDI function table and
[wine] / graphics / psdrv / Makefile.in
1 DEFS      = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = psdrv
7
8 C_SRCS = \
9         afm.c \
10         bitmap.c \
11         brush.c \
12         color.c \
13         driver.c \
14         escape.c \
15         font.c \
16         graphics.c \
17         init.c \
18         objects.c \
19         pen.c \
20         ppd.c \
21         ps.c \
22         text.c
23
24 all: $(MODULE).o
25
26 @MAKE_RULES@
27
28 ### Dependencies: