summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0b7e7a)
raw | patch | inline | side by side (parent: f0b7e7a)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Thu, 20 Mar 2014 06:54:07 +0000 (14:54 +0800) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Thu, 20 Mar 2014 06:54:07 +0000 (14:54 +0800) |
examples/console/System/Mod/Init.odc | patch | blob | history | |
examples/console/run | patch | blob | history | |
new/_Linux_/Host/Mod/Gnome.odc | [deleted file] | patch | blob | history |
new/_Linux_/run-BlackBox-2 | patch | blob | history | |
new/_Linux_GUI/Host/Mod/Gnome.odc | [new file with mode: 0644] | patch | blob |
new/export | patch | blob | history |
index 566c9acc5ea9a43f5cddb8a61a59849946ce8dec..63dda6858d616ec5b8d2e6b855bac48c826e7968 100644 (file)
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
diff --git a/examples/console/run b/examples/console/run
index 1bf9372aa5ebc63395a57998bea91ad2b95acd35..3e2d90c9ba23d4b348868aaf1ad754f16967188e 100755 (executable)
--- a/examples/console/run
+++ b/examples/console/run
# fix Ubuntu-specific problems:
unset UBUNTU_MENUPROXY
unset GTK_MODULES
+export LIBOVERLAY_SCROLLBAR=0
+
env \
- BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
-../../Linux_GUI/blackbox
+ BB_PRIMARY_DIR="../../new" BB_SECONDARY_DIR="$PWD" \
+../../new/blackbox
diff --git a/new/_Linux_/Host/Mod/Gnome.odc b/new/_Linux_/Host/Mod/Gnome.odc
deleted file mode 100644 (file)
index 212e6ed..0000000
Binary files a/new/_Linux_/Host/Mod/Gnome.odc and /dev/null differ
index 212e6ed..0000000
Binary files a/new/_Linux_/Host/Mod/Gnome.odc and /dev/null differ
index 61255f68a4b16459db0997ec7204906083b98078..4f2b9aa17a9d72a886cc03d9712183307a902419 100755 (executable)
# fix Ubuntu-specific problems:
unset UBUNTU_MENUPROXY
unset GTK_MODULES
+export LIBOVERLAY_SCROLLBAR=0
./blackbox
diff --git a/new/_Linux_GUI/Host/Mod/Gnome.odc b/new/_Linux_GUI/Host/Mod/Gnome.odc
new file mode 100644 (file)
index 0000000..d748117
Binary files /dev/null and b/new/_Linux_GUI/Host/Mod/Gnome.odc differ
index 0000000..d748117
Binary files /dev/null and b/new/_Linux_GUI/Host/Mod/Gnome.odc differ
diff --git a/new/export b/new/export
index 9ab476226cfe06ae97bb441300225e4ba43f5799..d867ffbd095d29d3c81045c932f337addb99d033 100755 (executable)
--- a/new/export
+++ b/new/export
outDir="${1}"
if [ ! -e "${outDir}" ]; then
mkdir "${outDir}"
- pax -r -w -L -s ',^Lin/Mod/gen-.*,,' -s ',^Lin/Rsrc.*,,' `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` libBB.so loader run-BlackBox "${outDir}"
+ pax -r -w -L -s ',^Lin/Mod/gen-.*,,' -s ',^Lin/Rsrc.*,,' `ls -p | grep -E "^[A-Z].+\/$" | grep -v "^${outDir}\/$"` libBB.so loader run-BlackBox* blackbox* "${outDir}"
else
echo "${outDir}: already exists"
exit 2