wine/dlls/d3d8/Makefile.in

31 lines
528 B
Makefile
Raw Normal View History

2002-06-25 23:23:03 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3d8.dll
IMPORTLIB = d3d8
IMPORTS = dxguid uuid wined3d kernel32
2002-06-25 23:23:03 +00:00
C_SRCS = \
2002-09-27 22:46:16 +00:00
cubetexture.c \
d3d8_main.c \
device.c \
directx.c \
indexbuffer.c \
pixelshader.c \
stateblock.c \
2002-09-27 22:46:16 +00:00
surface.c \
swapchain.c \
texture.c \
vertexbuffer.c \
vertexdeclaration.c \
vertexshader.c \
2002-09-27 22:46:16 +00:00
volume.c \
volumetexture.c
2002-06-25 23:23:03 +00:00
2003-04-03 23:55:27 +00:00
RC_SRCS = version.rc
2002-06-25 23:23:03 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend