2002-06-26 01:23:03 +02:00
|
|
|
MODULE = d3d8.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = d3d8
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = dxguid uuid wined3d
|
2002-06-26 01:23:03 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2010-09-01 18:41:05 +02:00
|
|
|
buffer.c \
|
2002-09-28 00:46:16 +02:00
|
|
|
d3d8_main.c \
|
|
|
|
device.c \
|
|
|
|
directx.c \
|
2010-09-01 18:41:03 +02:00
|
|
|
shader.c \
|
2002-09-28 00:46:16 +02:00
|
|
|
surface.c \
|
|
|
|
swapchain.c \
|
|
|
|
texture.c \
|
2007-02-13 23:12:19 +01:00
|
|
|
vertexdeclaration.c \
|
2012-04-18 20:51:25 +02:00
|
|
|
volume.c
|
2003-04-04 01:55:27 +02:00
|
|
|
RC_SRCS = version.rc
|