Dropped the required OS X version to 10.4 - some frameworks may have to be recompiled but the source itself compiles fine (with a couple tweaks)

This commit is contained in:
Bill Meltsner
2010-05-22 18:17:08 -05:00
parent 200d4bc653
commit 0f84907996
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ static void CustomApplicationMain (int argc, char **argv)
#endif /* SDL_USE_CPS */
/* Set up the menubar */
[NSApp setMainMenu:[[NSMenu alloc] init]];
[NSApp setMainMenu:[[[NSMenu alloc] init] autorelease]];
setApplicationMenu();
setupWindowMenu();
@@ -396,7 +396,7 @@ int main (int argc, char **argv)
if ([lovePaths count] > 0) { /* there are, load the first one we found and run it */
NSString *firstLovePath = [lovePaths objectAtIndex:0];
gCalledAppMainline = YES;
NSLog(firstLovePath);
//NSLog(firstLovePath);
const char *temparg;
size_t arglen;