Moving Daemon to top level, since it will be used in the standalone
commit2933bc30b709f5c2570bf5f9ceb5e44f2e115713
authorJacob Alexander <hyatt@901Mas.localdomain>
Sat, 13 Dec 2008 18:12:24 +0000 (13 10:12 -0800)
committerJacob Alexander <hyatt@901Mas.localdomain>
Sat, 13 Dec 2008 18:12:24 +0000 (13 10:12 -0800)
treecd77aee9b4e1671f2e17fce209cafc9ee79047de
parent55412a7ae71fd6e821ba9cd641c82d8a51b6c6ba
Moving Daemon to top level, since it will be used in the standalone
BaulkTerm
15 files changed:
src/Baulk/CMakeLists.txt
src/Baulk/Control/CMakeLists.txt
src/CMakeLists.txt
src/Server/CMakeLists.txt [moved from src/Baulk/Server/CMakeLists.txt with 97% similarity]
src/Server/client.cpp [moved from src/Baulk/Server/client.cpp with 100% similarity]
src/Server/client.h [moved from src/Baulk/Server/client.h with 100% similarity]
src/Server/main.cpp [moved from src/Baulk/Server/main.cpp with 100% similarity]
src/Server/packet.cpp [moved from src/Baulk/Server/packet.cpp with 100% similarity]
src/Server/packet.h [moved from src/Baulk/Server/packet.h with 100% similarity]
src/Server/server.cpp [moved from src/Baulk/Server/server.cpp with 100% similarity]
src/Server/server.h [moved from src/Baulk/Server/server.h with 100% similarity]
src/Widgets/BaulkTerm/wrapper/baulkterm.cpp
src/Widgets/BaulkTerm/wrapper/baulkterm.h
src/Widgets/BaulkTerm/wrapper/main.cpp
src/Widgets/CMakeLists.txt