Added rules for building import libraries in the individual dll
[wine.git] / dlls / mlang / Makefile.in
blob7d4e013e30d74737ee4c42c27302fa372c5d5dd1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mlang.dll
6 IMPORTLIB = libmlang.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE) -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
11 C_SRCS = \
12 mlang.c \
13 regsvr.c
15 SUBDIRS = tests
17 @MAKE_DLL_RULES@
19 ### Dependencies: