summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-05-27 20:01:37 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-05-28 15:00:39 +0200
commitdaa2ac6e76a4c30a4e2b9a9d0f9d7e351fcb5b5f (patch)
tree8973c5276e74ecd0e08f8b80278ac62f7a433794 /solenv/bin
parent1848540022f2f50436ec505eb82efa99bb14a5b3 (diff)
Added pretty printers for writerfilter OOXML tokenizer
Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/install-gdb-printers4
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 6201e0cfc72c..4125fe5209c0 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -157,7 +157,7 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then
fi
if [[ -n "${MERGELIBS}" ]]; then
- make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx `[[ ${MERGELIBS} == "ALL" ]] && echo sw`
+ make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx writerfilter `[[ ${MERGELIBS} == "ALL" ]] && echo sw`
if [[ ${MERGELIBS} == "ALL" ]]; then
make_autoload urelibs ure-link/lib liburelibs."$DYLIB" merge cppu sal
else
@@ -165,6 +165,7 @@ if [[ -n "${MERGELIBS}" ]]; then
make_autoload sal ure-link/lib libuno_sal."$DYLIB".3
make_autoload sw program libswlo."$DYLIB"
make_autoload basegfx program libbasegfxlo."$DYLIB"
+ make_autoload writerfilter program libwriterfilterlo."$DYLIB"
fi
else
make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3
@@ -173,6 +174,7 @@ else
make_autoload tl program libtllo."$DYLIB"
make_autoload sw program libswlo."$DYLIB"
make_autoload basegfx program libbasegfxlo."$DYLIB"
+ make_autoload writerfilter program libwriterfilterlo."$DYLIB"
fi
# vim:set shiftwidth=4 softtabstop=4 expandtab: