wine-wine/dlls/wined3d/Makefile.in

51 lines
855 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wined3d.dll
IMPORTLIB = wined3d
IMPORTS = uuid user32 gdi32 advapi32 kernel32
C_SRCS = \
arb_program_shader.c \
ati_fragment_shader.c \
2006-05-08 19:44:25 +00:00
baseshader.c \
basetexture.c \
buffer.c \
clipper.c \
context.c \
cubetexture.c \
device.c \
directx.c \
drawprim.c \
2008-12-16 12:18:49 +00:00
gl_compat.c \
glsl_shader.c \
nvidia_texture_shader.c \
2006-04-17 15:04:59 +00:00
palette.c \
query.c \
resource.c \
shader.c \
shader_sm1.c \
shader_sm4.c \
2006-12-05 22:36:10 +00:00
state.c \
stateblock.c \
surface.c \
surface_base.c \
2006-05-13 20:22:16 +00:00
surface_gdi.c \
2005-06-23 11:05:24 +00:00
swapchain.c \
swapchain_base.c \
swapchain_gdi.c \
texture.c \
utils.c \
vertexdeclaration.c \
2009-02-24 06:43:02 +00:00
view.c \
volume.c \
volumetexture.c \
wined3d_main.c
2009-10-30 22:03:08 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend