From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- usr/lib/xml2Conf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 usr/lib/xml2Conf.sh (limited to 'usr/lib/xml2Conf.sh') diff --git a/usr/lib/xml2Conf.sh b/usr/lib/xml2Conf.sh new file mode 100755 index 000000000..8c4e0fd95 --- /dev/null +++ b/usr/lib/xml2Conf.sh @@ -0,0 +1,8 @@ +# +# Configuration file for using the XML library in GNOME applications +# +XML2_LIBDIR="-L/lib" +XML2_LIBS="-lxml2 -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lz -lm " +XML2_INCLUDEDIR="-I/include/libxml2" +MODULE_VERSION="xml2-2.9.1" + -- cgit