wine-wine/dlls/d3d8/Makefile.in

34 lines
591 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 = libd3d8.$(IMPLIBEXT)
2007-12-06 19:42:08 +00:00
IMPORTS = wined3d kernel32
EXTRALIBS = -ldxguid -luuid
2002-06-25 23:23:03 +00:00
C_SRCS = \
2002-09-27 22:46:16 +00:00
basetexture.c \
cubetexture.c \
d3d8_main.c \
device.c \
directx.c \
indexbuffer.c \
pixelshader.c \
2002-09-27 22:46:16 +00:00
resource.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