소스 검색

server example uses LinNet.select

Ivan Denisov 7 년 전
부모
커밋
43d732331c
3개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  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