Added GetDCOrgEx in graphics device interface and removed X11 code
[wine] / graphics / win16drv / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = win16drv
7
8 C_SRCS = \
9         brush.c \
10         font.c \
11         graphics.c \
12         init.c \
13         objects.c \
14         pen.c \
15         prtdrv.c \
16         text.c
17
18 GLUE = prtdrv.c
19
20 all: $(MODULE).o
21
22 @MAKE_RULES@
23
24 ### Dependencies: