Build Win32 resources as .res files and dump them into the .spec.c file.
[wine.git] / dlls / wineps / Makefile.in
blob3437aebc181acfed58c47a5fd7e2711152530de3
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 kernel32
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
28 RC_SRCS= \
29 rsrc.rc
31 @MAKE_DLL_RULES@
33 ### Dependencies: