2002-06-26 01:23:03 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3d8.dll
|
2004-09-28 04:12:12 +02:00
|
|
|
IMPORTS = wined3d user32 gdi32 advapi32 kernel32
|
2002-10-01 20:16:19 +02:00
|
|
|
EXTRAINCL = @X_CFLAGS@
|
2004-01-27 01:11:16 +01:00
|
|
|
EXTRALIBS = -ldxguid -luuid @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
|
2002-06-26 01:23:03 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2002-09-28 00:46:16 +02:00
|
|
|
basetexture.c \
|
|
|
|
cubetexture.c \
|
|
|
|
d3d8_main.c \
|
|
|
|
device.c \
|
|
|
|
directx.c \
|
2003-06-13 20:09:05 +02:00
|
|
|
drawprim.c \
|
2002-09-28 00:46:16 +02:00
|
|
|
indexbuffer.c \
|
|
|
|
resource.c \
|
2002-12-17 02:15:15 +01:00
|
|
|
shader.c \
|
2003-01-28 02:12:23 +01:00
|
|
|
stateblock.c \
|
2002-09-28 00:46:16 +02:00
|
|
|
surface.c \
|
|
|
|
swapchain.c \
|
|
|
|
texture.c \
|
2003-06-04 23:55:29 +02:00
|
|
|
utils.c \
|
2002-09-28 00:46:16 +02:00
|
|
|
vertexbuffer.c \
|
|
|
|
volume.c \
|
|
|
|
volumetexture.c \
|
2003-01-28 02:12:23 +01:00
|
|
|
vshaderdeclaration.c
|
2002-06-26 01:23:03 +02:00
|
|
|
|
2003-04-04 01:55:27 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2002-06-26 01:23:03 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|