瀏覽代碼

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

Ivan Denisov 11 年之前
父節點
當前提交
72c23fa209
共有 11 個文件被更改,包括 34 次插入4 次删除
  1. 1 0
      .gitignore
  2. 8 1
      README
  3. 8 0
      examples/console/run
  4. 二進制
      examples/fpstest/Test/Mod/Fps.odc
  5. 8 0
      examples/fpstest/run
  6. 0 2
      examples/server/.gitignore
  7. 二進制
      examples/server/Gtk2/Mod/GLib.odc
  8. 二進制
      examples/server/System/Mod/Kernel.odc
  9. 8 0
      examples/server/run
  10. 1 1
      new/README
  11. 二進制
      new/_Linux_/Lin/Mod/Log.odc

+ 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

二進制
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 @@
-*~
-

二進制
examples/server/Gtk2/Mod/GLib.odc


二進制
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..."

二進制
new/_Linux_/Lin/Mod/Log.odc