makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mlang / Makefile.in
1 MODULE    = mlang.dll
2 IMPORTLIB = mlang
3 IMPORTS   = uuid ole32 gdi32 advapi32
4 DELAYIMPORTS = oleaut32
5 EXTRADEFS = -DCOM_NO_WINDOWS_H
6
7 C_SRCS = \
8         mlang.c \
9         regsvr.c
10
11 @MAKE_DLL_RULES@