Browse Source

server example uses LinNet.select

Ivan Denisov 7 years ago
parent
commit
43d732331c
3 changed files with 1 additions and 7 deletions
  1. 1 2
      examples/server/README
  2. BIN
      examples/server/System/Mod/Init.odc
  3. 0 5
      examples/server/buildExample

+ 1 - 2
examples/server/README

@@ -15,8 +15,7 @@ cd ../../BlackBox
 
 # 4. Go to the example folder and compile the example
 cd ../examples/server
-ln -s ../../BlackBox/_Linux_GUI/Gtk2 ./
-../../BlackBox/run-BlackBox < buildExample
+echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask CommTCP Init" | ../../BlackBox/run-BlackBox
 
 # 5. Stop any other server that using 80 ports (apache, nginx, ...)
 # 6. Then you can start server using command:

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


+ 0 - 5
examples/server/buildExample

@@ -1,5 +0,0 @@
-DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask
-
-DevCompiler.CompileThis Gtk2GLib Gtk2GObject Gtk2Pango Gtk2Gdk Gtk2Gtk
-
-DevCompiler.CompileThis Init