Kaydet (Commit) 232ad7da authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add more libraries

üst 4b49b730
...@@ -31,11 +31,14 @@ all: ...@@ -31,11 +31,14 @@ all:
# #
# Then libs and UNO components that the tests from other modules need. # Then libs and UNO components that the tests from other modules need.
# #
-for F in libuno_cppu \ -for F in uno_cppu \
libuno_salhelpergcc3 \ uno_salhelpergcc3 \
libuno_cppuhelpergcc3 \ uno_cppuhelpergcc3 \
libbootstrap.uno; do \ reg \
test -f $(OUTDIR)/lib/$${F}.so && cp $(OUTDIR)/lib/$${F}.so $(SODEST); \ store \
xmlreader \
bootstrap.uno; do \
test -f $(OUTDIR)/lib/lib$${F}.so && cp $(OUTDIR)/lib/lib$${F}.so $(SODEST); \
done done
# #
# Then the shared GNU C++ library # Then the shared GNU C++ library
......
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