libxml2/makefile.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cd4e44ee7ad6d06b4d5378d9a986a3ce67886ba0
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Tue Nov 6 23:34:04 2012 +0200

    Ignore the static and debugging libxml2 libs that get built with MSVC
    
    Change-Id: I499e5136d2bad8eb2b7c78a9ae85bf337661148f

diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 7c47855..070d500 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -160,8 +160,8 @@ OUT2LIB+=.libs$/libxml2*.a
 OUT2BIN+=.libs$/xmllint.exe
 OUT2BIN+=xml2-config
 .ELSE
-OUT2LIB+=win32$/bin.msvc$/*.lib
-OUT2BIN+=win32$/bin.msvc$/*.dll
+OUT2LIB+=win32$/bin.msvc$/libxml2.lib
+OUT2BIN+=win32$/bin.msvc$/libxml2.dll
 OUT2BIN+=win32$/bin.msvc$/xmllint.exe
 .ENDIF
 .ELSE
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to