summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2007-01-04 15:12:02 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2007-01-04 15:12:02 +0000
commite26f06a07a150f0f5ebbf8907f87a0f9db266e34 (patch)
treee9eb074161a74a44f9b80f7a207e184db9c6ad09
parent9fed9560dd53d5d588b39e01891e3cc9d55c2252 (diff)
downloadmanaserv-e26f06a07a150f0f5ebbf8907f87a0f9db266e34.tar.gz
manaserv-e26f06a07a150f0f5ebbf8907f87a0f9db266e34.tar.xz
manaserv-e26f06a07a150f0f5ebbf8907f87a0f9db266e34.zip
Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition.
-rw-r--r--ChangeLog7
-rw-r--r--accountserver.cbp6
-rw-r--r--gameserver.cbp10
-rw-r--r--src/account-server/main-account.cpp3
-rw-r--r--src/game-server/main-game.cpp3
5 files changed, 13 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a194e2..854d1ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-04 Eugenio Favalli <elvenprogrammer@gmail.com>
+
+ * accountserver.cbp, gameserver.cbp,
+ src/account-server/main-account.cpp, src/game-server/main-game.cpp:
+ Cleaned and updated project files, fixed Win32 PACKAGE_VERSION
+ definition.
+
2007-01-03 Eugenio Favalli <elvenprogrammer@gmail.com>
* accountserver.cbp, gameserver.cbp: Updated project files.
diff --git a/accountserver.cbp b/accountserver.cbp
index 8cf43e2..be266a5 100644
--- a/accountserver.cbp
+++ b/accountserver.cbp
@@ -381,5 +381,11 @@
<Option link="0"/>
<Option target="default"/>
</Unit>
+ <Unit filename="src\winver.h">
+ <Option compilerVar=""/>
+ <Option compile="0"/>
+ <Option link="0"/>
+ <Option target="default"/>
+ </Unit>
</Project>
</CodeBlocks_project_file>
diff --git a/gameserver.cbp b/gameserver.cbp
index 73580f8..0cd4644 100644
--- a/gameserver.cbp
+++ b/gameserver.cbp
@@ -195,16 +195,6 @@
<Option link="0"/>
<Option target="default"/>
</Unit>
- <Unit filename="src\item.cpp">
- <Option compilerVar="CPP"/>
- <Option target="default"/>
- </Unit>
- <Unit filename="src\item.h">
- <Option compilerVar=""/>
- <Option compile="0"/>
- <Option link="0"/>
- <Option target="default"/>
- </Unit>
<Unit filename="src\net\connection.cpp">
<Option compilerVar="CPP"/>
<Option target="default"/>
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index f462ff0..87fe68b 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -29,9 +29,6 @@
#if (defined __USE_UNIX98 || defined __FreeBSD__)
#include "../config.h"
-#elif defined WIN32
-#include "../tmwserv_private.h"
-#define PACKAGE_VERSION PRODUCT_VERSION
#endif
#include "configuration.h"
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index cfc07c8..7ebbc29 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -29,9 +29,6 @@
#if (defined __USE_UNIX98 || defined __FreeBSD__)
#include "../config.h"
-#elif defined WIN32
-#include "../tmwserv_private.h"
-#define PACKAGE_VERSION PRODUCT_VERSION
#endif
#include "configuration.h"