Xcode: Updated project file to link with libsdl and libsdl_mixer (installed using MacPorts or similar) instead of custom frameworks

Martin Plicht 2010-02-06 18:20:54 +01:00
parent be2fa8a321
commit c5ec5592a0
2 changed files with 922 additions and 251 deletions

File diff suppressed because it is too large Load Diff

View File

@ -99,7 +99,7 @@
if (!addonSupplied)
return NO;
for (int i = 0; i < argc; i++) {
if ([[NSString stringWithCString:argv[i]] hasPrefix:@"-psn"])
if ([[NSString stringWithUTF8String:argv[i]] hasPrefix:@"-psn"])
return YES;
}
return NO;