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
winex11: Add Vulkan stubs.
[wine.git]
/
dlls
/
winex11.drv
/
Makefile.in
blob
747f509b44d30b2d8260185597edf4f0484fc60b
1
MODULE
=
winex11.drv
2
IMPORTS
=
uuid user32 gdi32 advapi32
3
DELAYIMPORTS
=
comctl32 ole32 shell32 imm32
4
EXTRAINCL
= $(
X_CFLAGS
)
5
EXTRALIBS
= $(
X_LIBS
) $(
X_EXTRA_LIBS
)
6
7
C_SRCS
=
\
8
bitblt.c \
9
brush.c \
10
clipboard.c \
11
desktop.c \
12
event.c \
13
graphics.c \
14
ime.c \
15
init.c \
16
keyboard.c \
17
mouse.c \
18
opengl.c \
19
palette.c \
20
pen.c \
21
settings.c \
22
systray.c \
23
vulkan.c \
24
window.c \
25
wintab.c \
26
x11drv_main.c \
27
xdnd.c \
28
xim.c \
29
xinerama.c \
30
xrandr.c \
31
xrender.c \
32
xvidmode.c
33
34
RC_SRCS
=
version.rc