DIB Engine: initial pass-through implementation
[wine/hacks.git] / dlls / winedib.drv / Makefile.in
blob66ad14f329fd6c38384fcb161ac1854b5ea8f71d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 EXTRAINCL = @FREETYPEINCL@ @FONTCONFIGINCL@
6 EXTRALIBS = @XLIB@
7 MODULE = winedib.drv
8 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
10 C_SRCS = \
11 bitblt.c \
12 bitmap.c \
13 clipping.c \
14 dc.c \
15 dib.c \
16 dibdrv_main.c \
17 driver.c \
18 font.c \
19 graphics.c \
20 opengl.c \
21 palette.c \
22 pen_brush.c \
23 text.c \
24 video.c
26 @MAKE_DLL_RULES@
28 @DEPENDENCIES@ # everything below this line is overwritten by make depend