Browse Source

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

Ivan Denisov 11 years ago
parent
commit
72c23fa209

+ 1 - 0
new/.gitignore → .gitignore

@@ -1,3 +1,4 @@
 *~
 *.ocf
 *.osf
+Linux_GUI

+ 8 - 1
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/

+ 8 - 0
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

BIN
examples/fpstest/Test/Mod/Fps.odc


+ 8 - 0
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

+ 0 - 2
examples/server/.gitignore

@@ -1,2 +0,0 @@
-*~
-

BIN
examples/server/Gtk2/Mod/GLib.odc


BIN
examples/server/System/Mod/Kernel.odc


+ 8 - 0
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

+ 1 - 1
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..."

BIN
new/_Linux_/Lin/Mod/Log.odc