universal binary

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@244 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
albertzeyer
2009-08-15 14:09:29 +00:00
committed by Albert Zeyer
parent b9a21afe07
commit 5de58fc557
2 changed files with 5 additions and 2 deletions

View File

@@ -962,8 +962,9 @@
baseConfigurationReference = 5048396E09E3307300765E4B /* CommanderGeniusTarget.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEBUG_INFORMATION_FORMAT = dwarf;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\\\"$(SRCROOT)\\\"",
@@ -973,6 +974,7 @@
GCC_PREFIX_HEADER = "";
HEADER_SEARCH_PATHS = /Library/Frameworks/SDL.framework/Headers;
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.3;
OTHER_CFLAGS = (
"-DBUILD_SDL",
"-DUSE_OPENGL",
@@ -980,6 +982,7 @@
);
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_NAME = "Commander Genius";
SDKROOT = macosx10.4;
};
name = Release;
};

View File

@@ -49,5 +49,5 @@ mkdmg() {
cd "$(dirname "$0")"
rsync -a --delete build/Debug/Commander\ Genius.app dmg/
rsync -a --delete build/Release/Commander\ Genius.app dmg/
mkdmg CommanderGenius "$(egrep -E ".*#define.*CGVERSION.*" ../../version.h | cut -d "\"" -f 2)" dmg