From 7d11b51057cbab028db3b61868030f15578f30cf Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Mon, 15 Nov 2010 18:22:27 +0100 Subject: Updating C::B project * Adding missing protocol.h * Switching debugger symbols and compiler optimization on * Show the Mana icon for executable files --- .gitignore | 1 + accountserver.cbp | 6 ++++++ gameserver.cbp | 5 +++++ src/manaserv-account.rc | 11 ++++++++--- src/manaserv-game.rc | 11 ++++++++--- src/winver.h.in | 6 ------ 6 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 src/winver.h.in diff --git a/.gitignore b/.gitignore index 8acb3275..885e55c0 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ GSYMS GTAGS # files created by Codeblocks +.objs *.layout diff --git a/accountserver.cbp b/accountserver.cbp index c03547aa..d95bd44e 100644 --- a/accountserver.cbp +++ b/accountserver.cbp @@ -44,6 +44,8 @@ + + @@ -126,6 +128,9 @@ + + @@ -139,6 +144,7 @@ + diff --git a/gameserver.cbp b/gameserver.cbp index 3d3e5377..cc1f6800 100644 --- a/gameserver.cbp +++ b/gameserver.cbp @@ -45,6 +45,8 @@ + + @@ -154,6 +156,9 @@ + + diff --git a/src/manaserv-account.rc b/src/manaserv-account.rc index 3962269f..80a36c59 100644 --- a/src/manaserv-account.rc +++ b/src/manaserv-account.rc @@ -1,6 +1,11 @@ #include // include for version info constants -#include "winver.h" +/* VERSION DEFINITIONS */ +#define VER_MAJOR 0 +#define VER_MINOR 1 +#define VER_RELEASE 0 +#define VER_BUILD 0 +#define PACKAGE_VERSION "0.1.0.0" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../mana.ico" @@ -11,10 +16,10 @@ PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "CompanyName", "The Mana Development Team" + VALUE "CompanyName", "The Mana Developers" VALUE "FileVersion", PACKAGE_VERSION VALUE "FileDescription", "Manaserv Account Server" - VALUE "LegalCopyright", "2004-2009 (C)" + VALUE "LegalCopyright", "2004-2010 (C)" VALUE "OriginalFilename", "manaserv-account.exe" VALUE "ProductName", "Mana MMORPG Server" VALUE "ProductVersion", PACKAGE_VERSION diff --git a/src/manaserv-game.rc b/src/manaserv-game.rc index c743c5fc..a122f94c 100644 --- a/src/manaserv-game.rc +++ b/src/manaserv-game.rc @@ -1,6 +1,11 @@ #include // include for version info constants -#include "winver.h" +/* VERSION DEFINITIONS */ +#define VER_MAJOR 0 +#define VER_MINOR 1 +#define VER_RELEASE 0 +#define VER_BUILD 0 +#define PACKAGE_VERSION "0.1.0.0" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../mana.ico" @@ -11,10 +16,10 @@ PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "CompanyName", "The Mana Development Team" + VALUE "CompanyName", "The Mana Developers" VALUE "FileVersion", PACKAGE_VERSION VALUE "FileDescription", "Manaserv Game Server" - VALUE "LegalCopyright", "2004-2009 (C)" + VALUE "LegalCopyright", "2004-2010 (C)" VALUE "OriginalFilename", "manaserv-game.exe" VALUE "ProductName", "Mana MMORPG Server" VALUE "ProductVersion", PACKAGE_VERSION diff --git a/src/winver.h.in b/src/winver.h.in deleted file mode 100644 index fb0aac2c..00000000 --- a/src/winver.h.in +++ /dev/null @@ -1,6 +0,0 @@ -/* VERSION DEFINITIONS */ -#define VER_MAJOR ${VER_MAJOR} -#define VER_MINOR ${VER_MINOR} -#define VER_RELEASE ${VER_RELEASE} -#define VER_BUILD ${VER_BUILD} -#define PACKAGE_VERSION "${VERSION}" -- cgit v1.2.3-70-g09d2