mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2025-02-18 02:54:20 +01:00
Added the new helper scripts.
This commit is contained in:
parent
37ac0a6dec
commit
9b25765903
4
export_all.sh
Executable file
4
export_all.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
./pandemonium_engine/misc/scripts_app/export_all.sh broken_seals_2d bs2d $1
|
||||
|
6
leditor.sh
Executable file
6
leditor.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -u ./pandemonium_engine/bin/pandemonium.x11.opt.tools.64.llvm ./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm
|
||||
|
||||
export LD_LIBRARY_PATH=`pwd`/pandemonium_engine/bin/
|
||||
./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64.llvm
|
4
make_release.sh
Executable file
4
make_release.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
./pandemonium_engine/misc/scripts_app/make_release.sh broken_seals_2d bs2d $1
|
||||
|
Loading…
Reference in New Issue
Block a user