Added SDLPerl.app bundle to the now fixed Darwin build system
[sdlgit/SDL_perl.git] / MacOSX / launcher.m
index 749f664..59ccff5 100644 (file)
@@ -186,6 +186,7 @@ main( int argc, char** argv)
        [NSApp setMainMenu: [[NSMenu alloc] init]];
        
        sdlplmain = [[SDLPerlMain alloc] init];
+       [sdlplmain retain];
        [NSApp setDelegate: sdlplmain];
 
        [NSApp run];