diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /usr/lib/xml2Conf.sh | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'usr/lib/xml2Conf.sh')
-rwxr-xr-x | usr/lib/xml2Conf.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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" + |