From 5fcea8b520f34e26bd12177a5c7c587b13523585 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 30 Dec 2023 09:53:00 +0100 Subject: [PATCH] Added more helper scripts. --- build_lib.sh | 4 ++-- build_lib_editor.sh | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 build_lib_editor.sh 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 + +