diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-13 00:49:30 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-13 00:49:30 -0700 |
commit | 35d95932256d615da0599bad8acdbf91777962b0 (patch) | |
tree | 48023e37d395751ae5b20a192492a097c4b9f9f9 /AethyraProj.xcconfig | |
parent | b22ac47b467684e0cd9b5497f2bd7074ead377f4 (diff) | |
download | mana-35d95932256d615da0599bad8acdbf91777962b0.tar.gz mana-35d95932256d615da0599bad8acdbf91777962b0.tar.bz2 mana-35d95932256d615da0599bad8acdbf91777962b0.tar.xz mana-35d95932256d615da0599bad8acdbf91777962b0.zip |
Added in mac build support, contributed to us by allenmoatallen> from
Legends of Mazzeroth.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'AethyraProj.xcconfig')
-rw-r--r-- | AethyraProj.xcconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AethyraProj.xcconfig b/AethyraProj.xcconfig new file mode 100644 index 00000000..73543b88 --- /dev/null +++ b/AethyraProj.xcconfig @@ -0,0 +1,8 @@ + GCC_ENABLE_CPP_EXCEPTIONS = YES; + GCC_ENABLE_CPP_RTTI = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + PREBINDING = NO; + INFOPLIST_EXPAND_BUILD_SETTINGS = YES;
\ No newline at end of file |