Mac build:

- really removed all traces of 10.3 from the build settings now(probably)
- changes to codebase to enable Deployment builds to link properly, might affect other platforms builds.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2428 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Marc 2009-09-08 13:37:28 +00:00
parent ea62edcb5e
commit e93b8aa9ee
3 changed files with 6 additions and 6 deletions

View File

@ -3724,10 +3724,10 @@
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = PNG_USER_CONFIG;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src/Core/Materials/\"";
INSTALL_PATH = /usr/local/lib;
MACOSX_DEPLOYMENT_TARGET = 10.3;
MACOSX_DEPLOYMENT_TARGET = 10.4;
PREBINDING = NO;
PRODUCT_NAME = png;
SDKROOT_i386 = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
SDKROOT = macosx10.4;
ZERO_LINK = NO;
};
name = Deployment;

View File

@ -2,9 +2,9 @@
#import "OOLoggingExtended.h"
#ifndef NDEBUG
//#ifndef NDEBUG
uint32_t gDebugFlags = 0;
#endif
//#endif
int main(int argc, const char *argv[])

View File

@ -1111,7 +1111,7 @@ static BOOL JSNewNSDictionaryValue(JSContext *context, NSDictionary *dictionary,
@end
#ifndef NDEBUG
//#ifndef NDEBUG
// For use in debugger
const char *JSValueToStrDbg(jsval val)
@ -1138,7 +1138,7 @@ const char *JSValueTypeDbg(jsval val)
return "unknown";
}
#endif
//#endif
@implementation NSArray (OOJavaScriptConversion)