makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / d3drm / Makefile.in
1 MODULE    = d3drm.dll
2 IMPORTLIB = d3drm
3 IMPORTS   = dxguid uuid d3dxof
4
5 C_SRCS = \
6         d3drm.c \
7         d3drm_main.c \
8         math.c \
9         meshbuilder.c
10
11 RC_SRCS = version.rc
12
13 @MAKE_DLL_RULES@