mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-12 09:55:03 +01:00
Added more helper scripts.
This commit is contained in:
parent
9eda6f80e9
commit
5fcea8b520
@ -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
8
build_lib_editor.sh
Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user