Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine/gsoc_dplay.git] / dlls / winex11.drv / Makefile.in
blob200bec6485bbba51d986983ddb5f3ae94bab2d2f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winex11.drv
6 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
7 EXTRAINCL = @X_CFLAGS@
8 EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
9 EXTRADEFS = -DWINE_NO_LONG_AS_INT
11 C_SRCS = \
12 bitblt.c \
13 bitmap.c \
14 brush.c \
15 clipboard.c \
16 clipping.c \
17 codepage.c \
18 dce.c \
19 desktop.c \
20 dib.c \
21 dib_convert.c \
22 dib_dst_swap.c \
23 dib_src_swap.c \
24 event.c \
25 graphics.c \
26 init.c \
27 keyboard.c \
28 mouse.c \
29 opengl.c \
30 palette.c \
31 pen.c \
32 scroll.c \
33 settings.c \
34 text.c \
35 window.c \
36 winpos.c \
37 wintab.c \
38 x11ddraw.c \
39 x11drv_main.c \
40 xdnd.c \
41 xfont.c \
42 xim.c \
43 xrandr.c \
44 xrender.c \
45 xvidmode.c
47 @MAKE_DLL_RULES@
49 @DEPENDENCIES@ # everything below this line is overwritten by make depend