Changed the directory structure, added a build script
commitdf891a99d7b098e63ca6910a5bdf424e383ae23d
authorvoid <git.email.address@googlemail.com>
Sat, 21 Nov 2009 14:46:14 +0000 (21 15:46 +0100)
committervoid <git.email.address@googlemail.com>
Sat, 21 Nov 2009 14:46:14 +0000 (21 15:46 +0100)
tree76603fdc0ca6cbe9749e9232929593eaece8cba3
parente31b7ec900b6a47620287caa7a96769f78f2458b
Changed the directory structure, added a build script
18 files changed:
theodwalha/build.py [new file with mode: 0644]
theodwalha/include/client.hpp [moved from theodwalha/client.hpp with 100% similarity]
theodwalha/include/configuration.hpp [moved from theodwalha/configuration.hpp with 100% similarity]
theodwalha/include/module.hpp [moved from theodwalha/module.hpp with 100% similarity]
theodwalha/include/module_manager.hpp [moved from theodwalha/module_manager.hpp with 100% similarity]
theodwalha/include/reply.hpp [moved from theodwalha/reply.hpp with 100% similarity]
theodwalha/include/request.hpp [moved from theodwalha/request.hpp with 100% similarity]
theodwalha/include/server.hpp [moved from theodwalha/server.hpp with 100% similarity]
theodwalha/include/temporary.hpp [moved from theodwalha/temporary.hpp with 100% similarity]
theodwalha/source/client.cpp [moved from theodwalha/client.cpp with 100% similarity]
theodwalha/source/configuration.cpp [moved from theodwalha/configuration.cpp with 100% similarity]
theodwalha/source/main.cpp [moved from theodwalha/main.cpp with 100% similarity]
theodwalha/source/module.cpp [moved from theodwalha/module.cpp with 100% similarity]
theodwalha/source/module_manager.cpp [moved from theodwalha/module_manager.cpp with 100% similarity]
theodwalha/source/reply.cpp [moved from theodwalha/reply.cpp with 100% similarity]
theodwalha/source/request.cpp [moved from theodwalha/request.cpp with 100% similarity]
theodwalha/source/server.cpp [moved from theodwalha/server.cpp with 100% similarity]
theodwalha/source/temporary.cpp [moved from theodwalha/temporary.cpp with 100% similarity]