[1/6] xmllite: Add an import library.

Dmitry Timoshkov dmitry at baikal.ru
Sun Feb 16 23:09:59 CST 2014


---
 configure.ac             | 2 +-
 dlls/xmllite/Makefile.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 32730f3..de51691 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3269,7 +3269,7 @@ WINE_CONFIG_DLL(xinput1_3,,[implib],[xinput])
 WINE_CONFIG_TEST(dlls/xinput1_3/tests)
 WINE_CONFIG_DLL(xinput1_4)
 WINE_CONFIG_DLL(xinput9_1_0)
-WINE_CONFIG_DLL(xmllite)
+WINE_CONFIG_DLL(xmllite,,[implib])
 WINE_CONFIG_TEST(dlls/xmllite/tests)
 WINE_CONFIG_DLL(xolehlp)
 WINE_CONFIG_DLL(xpsprint)
diff --git a/dlls/xmllite/Makefile.in b/dlls/xmllite/Makefile.in
index e3431a1..a51c3dd 100644
--- a/dlls/xmllite/Makefile.in
+++ b/dlls/xmllite/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = xmllite.dll
+IMPORTLIB = xmllite
 
 C_SRCS = \
 	reader.c \
-- 
1.8.5.5




More information about the wine-patches mailing list