diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 20:34:57 -0400 |
commit | a4460f6d9453bbd7e584937686449cef3e19f052 (patch) | |
tree | 037c208f1e20302ed048c0952ef8e3418add9c86 /gtk+-mingw/lib/xml2Conf.sh |
Initial commit0.0.0
Diffstat (limited to 'gtk+-mingw/lib/xml2Conf.sh')
-rw-r--r-- | gtk+-mingw/lib/xml2Conf.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk+-mingw/lib/xml2Conf.sh b/gtk+-mingw/lib/xml2Conf.sh new file mode 100644 index 0000000..84f7082 --- /dev/null +++ b/gtk+-mingw/lib/xml2Conf.sh @@ -0,0 +1,8 @@ +# +# Configuration file for using the XML library in GNOME applications +# +XML2_LIBDIR="-L/MinGW/lib" +XML2_LIBS="-lxml2 -lz -liconv " +XML2_INCLUDEDIR="-I/MinGW/include/libxml2" +MODULE_VERSION="xml2-2.8.0" + |