diff --git a/build_lib.sh b/build_lib.sh index 72535ad..04abf10 100755 --- a/build_lib.sh +++ b/build_lib.sh @@ -1,8 +1,8 @@ if [ -z "$1" ]; then - scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes + scons bh_slim -j4 pmlpp_shared=yes else - scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes bin/libpmlpp.x11.opt.tools.64.so + scons bh_slim -j4 pmlpp_shared=yes bin/libpmlpp.x11.opt.debug.64.so fi diff --git a/build_lib_editor.sh b/build_lib_editor.sh new file mode 100755 index 0000000..72535ad --- /dev/null +++ b/build_lib_editor.sh @@ -0,0 +1,8 @@ + +if [ -z "$1" ]; then + scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes +else + scons bel_strip_slim -j4 editor_docs=no pmlpp_shared=yes bin/libpmlpp.x11.opt.tools.64.so +fi + +