repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maintainers: Update the Direct3D section.
[wine.git]
/
dlls
/
winex11.drv
/
Makefile.in
blob
3c653902ef2f650e2115ddf1c51198b0aacf6fdd
1
EXTRADEFS
= -
DWINE_NO_LONG_TYPES
2
MODULE
=
winex11.drv
3
UNIXLIB
=
winex11.so
4
IMPORTS
=
uuid user32 gdi32 win32u
5
DELAYIMPORTS
=
comctl32 ole32 shell32 imm32
6
EXTRAINCL
= $(
X_CFLAGS
)
7
EXTRALIBS
= -
lwin32u
$(
X_LIBS
) $(
X_EXTRA_LIBS
) $(
PTHREAD_LIBS
) -
lm
8
9
C_SRCS
=
\
10
bitblt.c \
11
brush.c \
12
clipboard.c \
13
desktop.c \
14
display.c \
15
dllmain.c \
16
event.c \
17
graphics.c \
18
ime.c \
19
init.c \
20
keyboard.c \
21
mouse.c \
22
opengl.c \
23
palette.c \
24
pen.c \
25
settings.c \
26
systray.c \
27
vulkan.c \
28
window.c \
29
wintab.c \
30
x11drv_main.c \
31
xdnd.c \
32
xim.c \
33
xinerama.c \
34
xrandr.c \
35
xrender.c \
36
xvidmode.c
37
38
RC_SRCS
=
version.rc