From b4b58e7d9622b01d70f72b79356a107281598944 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 31 Dec 2006 14:17:48 +0000 Subject: Added Code::Blocks project files and windows start script. --- ChangeLog | 5 + accountserver.cbp | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ gameserver.cbp | 370 ++++++++++++++++++++++++++++++++++++++++++++++++++ runsrv.bat | 3 + 4 files changed, 772 insertions(+) create mode 100644 accountserver.cbp create mode 100644 gameserver.cbp create mode 100644 runsrv.bat diff --git a/ChangeLog b/ChangeLog index 72bbc3fa..8da539e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-31 Philipp Sehmisch + + * accountserver.cbp, gameserver.cbp, runsrv.bat: Added Code::Blocks project + files and windows start script. + 2006-12-31 Guillaume Melquiond * src/account-server/dalstorage.hpp, src/account-server/dalstorage.cpp, diff --git a/accountserver.cbp b/accountserver.cbp new file mode 100644 index 00000000..739052bf --- /dev/null +++ b/accountserver.cbp @@ -0,0 +1,394 @@ + + + + + + + diff --git a/gameserver.cbp b/gameserver.cbp new file mode 100644 index 00000000..f1379fa7 --- /dev/null +++ b/gameserver.cbp @@ -0,0 +1,370 @@ + + + + + + + diff --git a/runsrv.bat b/runsrv.bat new file mode 100644 index 00000000..fb58d851 --- /dev/null +++ b/runsrv.bat @@ -0,0 +1,3 @@ +@echo off +start accountserver.exe || echo accountserver.exe not found. Not compiled yet? +start gameserver.exe || echo gameserver.exe not found. Not compiled yet? \ No newline at end of file -- cgit v1.2.3-70-g09d2