wine-wine/dlls/wined3d/Makefile.in

36 lines
529 B
Makefile
Raw Normal View History

MODULE = wined3d.dll
IMPORTLIB = wined3d
IMPORTS = uuid user32 gdi32 advapi32
C_SRCS = \
arb_program_shader.c \
ati_fragment_shader.c \
buffer.c \
context.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 \
2005-06-23 11:05:24 +00:00
swapchain.c \
texture.c \
utils.c \
vertexdeclaration.c \
2009-02-24 06:43:02 +00:00
view.c \
volume.c \
wined3d_main.c
2009-10-30 22:03:08 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@