winex11: Get rid of the DIB section support.
[wine] / dlls / winex11.drv / Makefile.in
1 MODULE    = winex11.drv
2 IMPORTS   = uuid user32 gdi32 advapi32 imm32
3 DELAYIMPORTS = comctl32 ole32 shell32
4 EXTRAINCL = @X_CFLAGS@
5 EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
6
7 C_SRCS = \
8         bitblt.c \
9         bitmap.c \
10         brush.c \
11         clipboard.c \
12         codepage.c \
13         desktop.c \
14         event.c \
15         graphics.c \
16         ime.c \
17         init.c \
18         keyboard.c \
19         mouse.c \
20         opengl.c \
21         palette.c \
22         pen.c \
23         scroll.c \
24         settings.c \
25         systray.c \
26         text.c \
27         window.c \
28         wintab.c \
29         x11drv_main.c \
30         xdnd.c \
31         xfont.c \
32         xim.c \
33         xinerama.c \
34         xrandr.c \
35         xrender.c \
36         xvidmode.c
37
38 RC_SRCS = version.rc
39
40 @MAKE_DLL_RULES@