summaryrefslogtreecommitdiff
path: root/mana.cbp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2011-06-03 11:19:20 -0600
committerJared Adams <jaxad0127@gmail.com>2011-06-03 12:08:26 -0600
commit3c0cb0e058324ee1d3116017f14387e9a6004442 (patch)
treeb9c00c3fdf1dff7e4c07bf4f8c83c2e7bc03c0f7 /mana.cbp
parent894038adf52a3e2b42542239a147d6c1cc1ad204 (diff)
downloadMana-3c0cb0e058324ee1d3116017f14387e9a6004442.tar.gz
Mana-3c0cb0e058324ee1d3116017f14387e9a6004442.tar.bz2
Mana-3c0cb0e058324ee1d3116017f14387e9a6004442.tar.xz
Mana-3c0cb0e058324ee1d3116017f14387e9a6004442.zip
Replace SDL_types.h with cstdint
This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'mana.cbp')
-rw-r--r--mana.cbp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mana.cbp b/mana.cbp
index 793d90e2..4476a68e 100644
--- a/mana.cbp
+++ b/mana.cbp
@@ -21,6 +21,7 @@
<Add option="-Wno-unknown-pragmas" />
<Add option="-DUSE_OPENGL" />
<Add option="-DENABLE_NLS" />
+ <Add option="-std=c++0x" />
</Compiler>
<Linker>
<Add option="-enable-auto-import" />
@@ -60,6 +61,7 @@
<Add option="-DMANASERV_SUPPORT" />
<Add option="-DUSE_OPENGL" />
<Add directory="\usr\local\include\libxml2" />
+ <Add option="-std=c++0x" />
</Compiler>
<Linker>
<Add option="`sdl-config --libs`" />