Sweden-Number/dlls/d3d8/Makefile.in

33 lines
559 B
Makefile
Raw Normal View History

2002-06-26 01:23:03 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3d8.dll
IMPORTLIB = d3d8
IMPORTS = dxguid uuid wined3d kernel32
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 \
indexbuffer.c \
pixelshader.c \
2002-09-28 00:46:16 +02:00
resource.c \
stateblock.c \
2002-09-28 00:46:16 +02:00
surface.c \
swapchain.c \
texture.c \
vertexbuffer.c \
vertexdeclaration.c \
vertexshader.c \
2002-09-28 00:46:16 +02:00
volume.c \
volumetexture.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@ # everything below this line is overwritten by make depend