makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / d3dx9_36 / Makefile.in
1 MODULE    = d3dx9_36.dll
2 IMPORTLIB = d3dx9
3 IMPORTS   = d3d9 d3dcompiler ole32 gdi32 user32
4
5 C_SRCS = \
6         core.c \
7         d3dx9_36_main.c \
8         effect.c \
9         font.c \
10         line.c \
11         math.c \
12         mesh.c \
13         shader.c \
14         sprite.c \
15         surface.c \
16         texture.c \
17         util.c \
18         volume.c
19
20 RC_SRCS = version.rc
21
22 @MAKE_DLL_RULES@