repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 1.1.37.
[wine/gsoc-2012-control.git]
/
dlls
/
d3d8
/
Makefile.in
blob
84b477c76e36aec600a31329a397d3c3ba188ce6
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
d3d8.dll
6
IMPORTLIB
=
d3d8
7
IMPORTS
=
dxguid uuid wined3d kernel32
8
9
C_SRCS
=
\
10
cubetexture.c \
11
d3d8_main.c \
12
device.c \
13
directx.c \
14
indexbuffer.c \
15
pixelshader.c \
16
surface.c \
17
swapchain.c \
18
texture.c \
19
vertexbuffer.c \
20
vertexdeclaration.c \
21
vertexshader.c \
22
volume.c \
23
volumetexture.c
24
25
RC_SRCS
=
version.rc
26
27
@MAKE_DLL_RULES@
28
29
@DEPENDENCIES@
# everything below this line is overwritten by make depend