diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-04 23:26:26 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-05 17:25:21 +0200 |
commit | 07651f85c29cde1e59d1b6fb48f3a8fdd71cb275 (patch) | |
tree | f2ca84832e818ad3038f17f0cb9f2dfe288b88f3 | |
parent | 9f2d1ed2b862183cb4451ab6a60d17505335c534 (diff) | |
download | mana-07651f85c29cde1e59d1b6fb48f3a8fdd71cb275.tar.gz mana-07651f85c29cde1e59d1b6fb48f3a8fdd71cb275.tar.bz2 mana-07651f85c29cde1e59d1b6fb48f3a8fdd71cb275.tar.xz mana-07651f85c29cde1e59d1b6fb48f3a8fdd71cb275.zip |
Enabled manaserv support in Code::Blocks project
Reviewed-by: Erik Schilling
-rw-r--r-- | mana.cbp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ <Add option="-Wno-unknown-pragmas" /> <Add option="-DUSE_OPENGL" /> <Add option="-DENABLE_NLS" /> + <Add option="-DMANASERV_SUPPORT=1" /> </Compiler> <Linker> <Add option="-enable-auto-import" /> |