blob: 796999549c367acce68c8bb372394642a712b45e (
plain)
1
2
3
4
5
6
7
|
echo "source me ..."
test -n "${INPATH}" && rm -Rf ../../${INPATH}
build debug=true\
&& cp ../../${INPATH}/lib/*.so ../../../solver/300/${INPATH}/lib \
&& cp -f ../..$INPATH/lib/libtkx.so $OOO_INSTALL_PREFIX/openoffice.org/basis3.0/program \
&& dmake debug=true \
&& ../../${INPATH}/bin/test "$@"
|