NetServer: Generic net server.
---------------------------------------------------------------------------------------
Makefile options:
-building options:
-default/Debug: creates an executable for debugging using black box test.
-Release: creates an executable for release using black box test.
-running options:
-run_d: activate the option "utest_debug" and runs the executable: "bin/debug/utest.exe"
-run_r: activate the option "utest_release" and runs the executable: "bin/release/utest.exe"
-extra options:
-clean: deletes the object files from the project
-zip: zips the project to dlist.zip
-gdb activates debugging of utest.exe file using gdb
Makefile_Shared options:
-building options:
-default/Debug: creates an executable for debugging using black box test.
-Release: creates an executable for release using black box test.
-running options:
-run_d: activate the option "utest_debug" and runs the executable: "bin/debug/utest.exe"
-run_r: activate the option "utest_release" and runs the executable: "bin/release/utest.exe"
-extra options:
-clean: deletes the object files from the project
-zip: zips the project to dlist.zip
-gdb activates debugging of utest.exe file using gdb