d3d10core: Rename texture2d.c to texture.c.
[wine.git] / dlls / d3d10core / Makefile.in
blob4557741d4a6ec65e26cb983bab0a9f0e142a1520
1 MODULE = d3d10core.dll
2 IMPORTLIB = d3d10core
3 IMPORTS = dxguid uuid dxgi
5 C_SRCS = \
6 async.c \
7 buffer.c \
8 d3d10core_main.c \
9 device.c \
10 inputlayout.c \
11 shader.c \
12 state.c \
13 texture.c \
14 utils.c \
15 view.c
17 RC_SRCS = version.rc
19 @MAKE_DLL_RULES@