wine-wine/dlls/d3d9/Makefile.in

29 lines
431 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3d9.dll
IMPORTLIB = d3d9
IMPORTS = dxguid uuid wined3d
C_SRCS = \
cubetexture.c \
d3d9_main.c \
device.c \
directx.c \
indexbuffer.c \
query.c \
shader.c \
stateblock.c \
surface.c \
swapchain.c \
texture.c \
vertexbuffer.c \
vertexdeclaration.c \
volume.c \
volumetexture.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@