[Libreoffice-commits] core.git: solenv/bin
Peter Foley
pefoley2 at verizon.net
Tue Apr 16 18:09:33 PDT 2013
solenv/bin/install-gdb-printers | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 346431a13853c651ca4fb4db7893bfc7bfcbf2ab
Author: Peter Foley <pefoley2 at verizon.net>
Date: Tue Apr 16 21:12:12 2013 -0400
fix gdb pretty-printers for non-merged
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 9f94d10f..9a465dd 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -184,8 +184,11 @@ if [[ -n "${MERGELIBS}" ]]; then
make_autoload sw program libswlo."$DYLIB"
fi
else
+ make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3
+ make_autoload sal ure-link/lib libuno_sal."$DYLIB".3
make_autoload svl program libsvllo."$DYLIB"
make_autoload tl program libtllo."$DYLIB"
+ make_autoload sw program libswlo."$DYLIB"
fi
# vim:set shiftwidth=4 softtabstop=4 expandtab:
More information about the Libreoffice-commits
mailing list