makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wow32 / Makefile.in
1 MODULE    = wow32.dll
2 IMPORTLIB = wow32
3 IMPORTS   = kernel
4
5 C_SRCS = wow_main.c
6
7 @MAKE_DLL_RULES@