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