DEADSOFTWARE

добавлены пускачи к примерам, начато их тестирование, временно добавлен LinLog так...
authorIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 14 Feb 2014 08:55:19 +0000 (16:55 +0800)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Fri, 14 Feb 2014 08:55:19 +0000 (16:55 +0800)
.gitignore [moved from new/.gitignore with 60% similarity]
README
examples/console/run [new file with mode: 0755]
examples/fpstest/Test/Mod/Fps.odc
examples/fpstest/run [new file with mode: 0755]
examples/server/.gitignore [deleted file]
examples/server/Gtk2/Mod/GLib.odc [new file with mode: 0644]
examples/server/System/Mod/Kernel.odc [new file with mode: 0644]
examples/server/run [new file with mode: 0755]
new/README
new/_Linux_/Lin/Mod/Log.odc [new file with mode: 0644]

similarity index 60%
rename from new/.gitignore
rename to .gitignore
index 6dd0bb12e83a756041462922d3fb1e59a6c9e235..61e1cb9dbe081ff28d97bad7f4492750efa14912 100644 (file)
@@ -1,3 +1,4 @@
 *~
 *.ocf
 *.osf
+Linux_GUI
diff --git a/README b/README
index edbcd4732aeab29987c56e1b098891eb9b10a9c2..b1556d7d6b55ea7f89b540e6243301da97ee7c20 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,15 @@
+** Ducumentation (Russian): **
+
+   http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
+
+
+** Folders structure: **
+
 ./new/
     universal development environment
     synchronized with original BlackBox 1.6
 
-./examples/
+./examples/     (all axamples are not tested on `new` version yet)
     /server/
          static web-server as the example of an application for Linux OS
     /console/
diff --git a/examples/console/run b/examples/console/run
new file mode 100755 (executable)
index 0000000..1bf9372
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+  BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
index 12646d32583f6184a9ca18b6cdff32d5905aecd6..a8810c6fd09ddc20b4305771ff133a9dc8983e58 100644 (file)
Binary files a/examples/fpstest/Test/Mod/Fps.odc and b/examples/fpstest/Test/Mod/Fps.odc differ
diff --git a/examples/fpstest/run b/examples/fpstest/run
new file mode 100755 (executable)
index 0000000..1bf9372
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+  BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
diff --git a/examples/server/.gitignore b/examples/server/.gitignore
deleted file mode 100644 (file)
index 5236e1e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*~
-
diff --git a/examples/server/Gtk2/Mod/GLib.odc b/examples/server/Gtk2/Mod/GLib.odc
new file mode 100644 (file)
index 0000000..7e93e5d
Binary files /dev/null and b/examples/server/Gtk2/Mod/GLib.odc differ
diff --git a/examples/server/System/Mod/Kernel.odc b/examples/server/System/Mod/Kernel.odc
new file mode 100644 (file)
index 0000000..9cce02f
Binary files /dev/null and b/examples/server/System/Mod/Kernel.odc differ
diff --git a/examples/server/run b/examples/server/run
new file mode 100755 (executable)
index 0000000..1bf9372
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+  BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
index 470917b55c402ef241d1c50dddee6ecd6a5be3bc..c157efd0923a24a92b7d4c4383484079de7931d5 100644 (file)
@@ -1,4 +1,4 @@
-# For prepare BlackBox for the target OS run:
+# For preparing the BlackBox for the target OS run:
 # ./README
 
 echo "Please wait..."
diff --git a/new/_Linux_/Lin/Mod/Log.odc b/new/_Linux_/Lin/Mod/Log.odc
new file mode 100644 (file)
index 0000000..231939b
Binary files /dev/null and b/new/_Linux_/Lin/Mod/Log.odc differ