d3dx9_39: Implement this dll and forward the functions to d3dx9_36.
[wine/hacks.git] / dlls / d3d10core / Makefile.in
blob80f0def5d03aacd3cbb045d16e32c3075adb5164
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
9 C_SRCS = \
10 buffer.c \
11 d3d10core_main.c \
12 device.c \
13 texture2d.c \
14 utils.c \
15 view.c
17 RC_SRCS = version.rc
19 @MAKE_DLL_RULES@
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend