Kaydet (Commit) 346431a1 authored tarafından Peter Foley's avatar Peter Foley

fix gdb pretty-printers for non-merged

Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
üst 3c2e1c68
...@@ -184,8 +184,11 @@ if [[ -n "${MERGELIBS}" ]]; then ...@@ -184,8 +184,11 @@ if [[ -n "${MERGELIBS}" ]]; then
make_autoload sw program libswlo."$DYLIB" make_autoload sw program libswlo."$DYLIB"
fi fi
else 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 svl program libsvllo."$DYLIB"
make_autoload tl program libtllo."$DYLIB" make_autoload tl program libtllo."$DYLIB"
make_autoload sw program libswlo."$DYLIB"
fi fi
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment