push 1a31a9cb1b14d0c41b748a6144c6aef5fac5e083
[wine/hacks.git] / dlls / mlang / Makefile.in
blobc4ba2deacd660207262dad2aa4f3d2780869719d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mlang.dll
6 IMPORTLIB = mlang
7 IMPORTS = ole32 user32 gdi32 advapi32 kernel32
8 DELAYIMPORTS = oleaut32
9 EXTRALIBS = -luuid
10 EXTRADEFS = -DCOM_NO_WINDOWS_H
12 C_SRCS = \
13 mlang.c \
14 regsvr.c
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend