From: Ivan Denisov <d.ivan.krsk@gmail.com>
Date: Fri, 14 Feb 2014 08:55:19 +0000 (+0800)
Subject: добавлены пускачи к примерам, начато их тестирование, временно добавлен LinLog так... 
X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=72c23fa209497ee3652d99e92ea7408760bdd9d2;p=bbcp.git

добавлены пускачи к примерам, начато их тестирование, временно добавлен LinLog так как не понял где искать ему замену
---

diff --git a/new/.gitignore b/.gitignore
similarity index 60%
rename from new/.gitignore
rename to .gitignore
index 6dd0bb1..61e1cb9 100644
--- a/new/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 *.ocf
 *.osf
+Linux_GUI
diff --git a/README b/README
index edbcd47..b1556d7 100644
--- 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
index 0000000..1bf9372
--- /dev/null
+++ b/examples/console/run
@@ -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/fpstest/Test/Mod/Fps.odc b/examples/fpstest/Test/Mod/Fps.odc
index 12646d3..a8810c6 100644
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
index 0000000..1bf9372
--- /dev/null
+++ b/examples/fpstest/run
@@ -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
index 5236e1e..0000000
--- a/examples/server/.gitignore
+++ /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
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
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
index 0000000..1bf9372
--- /dev/null
+++ b/examples/server/run
@@ -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/new/README b/new/README
index 470917b..c157efd 100644
--- a/new/README
+++ b/new/README
@@ -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
index 0000000..231939b
Binary files /dev/null and b/new/_Linux_/Lin/Mod/Log.odc differ