summaryrefslogtreecommitdiffstats
path: root/gameserver.cbp
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2010-11-15 18:22:27 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2010-11-15 18:22:27 +0100
commit7d11b51057cbab028db3b61868030f15578f30cf (patch)
tree45f5c9a020ad0183beb559d2dc35cbce4e7ccb0d /gameserver.cbp
parentc0c064cf9d0ad0270cfd92f54cbf59cdbbe40807 (diff)
downloadmanaserv-7d11b51057cbab028db3b61868030f15578f30cf.tar.gz
manaserv-7d11b51057cbab028db3b61868030f15578f30cf.tar.xz
manaserv-7d11b51057cbab028db3b61868030f15578f30cf.zip
Updating C::B project
* Adding missing protocol.h * Switching debugger symbols and compiler optimization on * Show the Mana icon for executable files
Diffstat (limited to 'gameserver.cbp')
-rw-r--r--gameserver.cbp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gameserver.cbp b/gameserver.cbp
index 3d3e537..cc1f680 100644
--- a/gameserver.cbp
+++ b/gameserver.cbp
@@ -45,6 +45,8 @@
<Add alias="All" targets="default;" />
</VirtualTargets>
<Compiler>
+ <Add option="-g" />
+ <Add option="-O3" />
<Add option="-Wall" />
<Add option="-Wno-switch" />
<Add option="-Wno-unknown-pragmas" />
@@ -154,6 +156,9 @@
<Unit filename="src\game-server\trade.h" />
<Unit filename="src\game-server\trigger.cpp" />
<Unit filename="src\game-server\trigger.h" />
+ <Unit filename="src\manaserv-game.rc">
+ <Option compilerVar="WINDRES" />
+ </Unit>
<Unit filename="src\net\bandwidth.cpp" />
<Unit filename="src\net\bandwidth.h" />
<Unit filename="src\net\connection.cpp" />