solenv/bin/install-gdb-printers | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 346431a13853c651ca4fb4db7893bfc7bfcbf2ab Author: Peter Foley <pefol...@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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits