Added libXML2

This commit is contained in:
pelya
2010-10-08 19:57:49 +03:00
parent fa6efe49f9
commit e6c08091de
137 changed files with 240834 additions and 61 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh
# Script to generate config.h with ./configure script
if [ \! -f Makefile ] ; then
rm -f config.status libtool
../launchConfigureLib.sh --enable-shared --disable-static --with-modules
fi
rm -f libxml2.so
make LIBXML2_VERSION_SCRIPT=-shared # This command will fail to link because of stupid libtool