DEADSOFTWARE

server example uses LinNet.select
authorIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 17 Feb 2018 04:20:13 +0000 (11:20 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Sat, 17 Feb 2018 04:20:13 +0000 (11:20 +0700)
examples/server/README
examples/server/System/Mod/Init.odc
examples/server/buildExample [deleted file]

index e4386a6df305d3aa2a44d0670c131911a1189e00..3120bbea46200885a1e1359c0fa6363b10e81d7e 100644 (file)
@@ -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:
index 7454a96a50a22cdf699e0773f42b1c5fd5921bd2..0251cdb1541e19404f89fa8b9a515dc7fcdd1be3 100644 (file)
Binary files a/examples/server/System/Mod/Init.odc and b/examples/server/System/Mod/Init.odc differ
diff --git a/examples/server/buildExample b/examples/server/buildExample
deleted file mode 100644 (file)
index 485fc3a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask
-
-DevCompiler.CompileThis Gtk2GLib Gtk2GObject Gtk2Pango Gtk2Gdk Gtk2Gtk
-
-DevCompiler.CompileThis Init