Added more helper scripts.

This commit is contained in:
Relintai 2023-12-30 09:53:00 +01:00
parent 9eda6f80e9
commit 5fcea8b520
2 changed files with 10 additions and 2 deletions

View File

@ -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

8
build_lib_editor.sh Executable file
View File

@ -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