projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
StrRetToStrNAW returns ok on NT4, though it should return FALSE.
[wine]
/
dlls
/
x11drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = x11drv.dll
6
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
7
EXTRAINCL = @X_CFLAGS@
8
EXTRALIBS = $(LIBUNICODE) @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
9
10
C_SRCS = \
11
bitblt.c \
12
bitmap.c \
13
brush.c \
14
clipboard.c \
15
clipping.c \
16
codepage.c \
17
desktop.c \
18
dga2.c \
19
dib.c \
20
dib_convert.c \
21
dib_dst_swap.c \
22
dib_src_swap.c \
23
event.c \
24
graphics.c \
25
init.c \
26
keyboard.c \
27
mouse.c \
28
opengl.c \
29
palette.c \
30
pen.c \
31
scroll.c \
32
settings.c \
33
text.c \
34
window.c \
35
winpos.c \
36
wintab.c \
37
x11ddraw.c \
38
x11drv_main.c \
39
xdnd.c \
40
xfont.c \
41
xim.c \
42
xrandr.c \
43
xrender.c \
44
xvidmode.c
45
46
@MAKE_DLL_RULES@
47
48
all: $(PROGRAMS)
49
50
### Dependencies: