projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make sure to always set X focus on the top-level window, not on
[wine]
/
dlls
/
d3dx8
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = d3dx8.dll
6
IMPORTS = d3d8 user32 gdi32 kernel32
7
EXTRAINCL = @X_CFLAGS@
8
EXTRALIBS = $(LIBUUID) @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
d3dx8_main.c \
15
d3dxbuffer.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: