makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / d3d10core / Makefile.in
1 MODULE    = d3d10core.dll
2 IMPORTLIB = d3d10core
3 IMPORTS   = dxguid uuid dxgi
4
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         texture2d.c \
14         utils.c \
15         view.c
16
17 RC_SRCS = version.rc
18
19 @MAKE_DLL_RULES@