Paper size and orientation prop sheet for wineps.
[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 WRCEXTRA = -s -pwineps
9 IMPORTS   = user32 gdi32 kernel32
10
11 C_SRCS = \
12         afm.c \
13         bitblt.c \
14         bitmap.c \
15         brush.c \
16         clipping.c \
17         color.c \
18         driver.c \
19         escape.c \
20         font.c \
21         graphics.c \
22         init.c \
23         objects.c \
24         pen.c \
25         ppd.c \
26         ps.c \
27         text.c
28
29 RC_SRCS= \
30         rsrc.rc
31
32 @MAKE_DLL_RULES@
33
34 ### Dependencies: