makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / olepro32 / Makefile.in
1 MODULE    = olepro32.dll
2 IMPORTLIB = olepro32
3 IMPORTS   = oleaut32
4
5 C_SRCS = olepro32stubs.c
6
7 RC_SRCS = version.rc
8
9 @MAKE_DLL_RULES@