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
wininet: Use return value of sprintf() instead of calling strlen() and simplify code.
[wine.git]
/
dlls
/
winex11.drv
/
Makefile.in
blob
463eefdcfb7391583d189c1b91ca16a6b6acebe5
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
window.c \
24
wintab.c \
25
x11drv_main.c \
26
xdnd.c \
27
xim.c \
28
xinerama.c \
29
xrandr.c \
30
xrender.c \
31
xvidmode.c
32
33
RC_SRCS
=
version.rc