Dmitry Timoshkov : xmllite: Add an import library.

Alexandre Julliard julliard at winehq.org
Tue Feb 18 14:11:02 CST 2014


Module: wine
Branch: master
Commit: d73750f0869f9aa28d117d96c0683e51918addbb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d73750f0869f9aa28d117d96c0683e51918addbb

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Mon Feb 17 14:09:59 2014 +0900

xmllite: Add an import library.

---

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

diff --git a/configure b/configure
index bb68c51..4dcd8e2 100755
--- a/configure
+++ b/configure
@@ -17259,7 +17259,7 @@ wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
 wine_fn_config_dll xinput1_4 enable_xinput1_4
 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
-wine_fn_config_dll xmllite enable_xmllite
+wine_fn_config_dll xmllite enable_xmllite implib
 wine_fn_config_test dlls/xmllite/tests xmllite_test
 wine_fn_config_dll xolehlp enable_xolehlp
 wine_fn_config_dll xpsprint enable_xpsprint
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 \




More information about the wine-cvs mailing list