wined3d: Split the info log into separate lines.
[wine] / dlls / d3d10core / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = d3d10core.dll
6 IMPORTLIB = d3d10core
7 IMPORTS   = dxguid uuid dxgi kernel32
8
9 C_SRCS = \
10         buffer.c \
11         d3d10core_main.c \
12         device.c \
13         inputlayout.c \
14         shader.c \
15         texture2d.c \
16         utils.c \
17         view.c
18
19 RC_SRCS = version.rc
20
21 @MAKE_DLL_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend