diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-13 15:56:31 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-13 15:56:36 -0700 |
commit | 6f213b0a8abba8d3ca85e688714c91755741f82c (patch) | |
tree | 903814c0c6fbe28122ccc10efdf016e172d5e7a2 /Makefile | |
parent | ab52473a09d10e9695a95dddceb9a467572ab694 (diff) |
Adding the skeleton of an HTTP server; still work in progress though: it still needs coding, and won't work as it. And it needs a unit test.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ BStream.cc \ Task.cc \ TaskMan.cc \ \ +HttpServer.cc \ +\ BLua.cc \ ifeq ($(SYSTEM),MINGW32) |