Mercurial > sdl-ios-xcode
diff src/main/macosx/exports/gendef.pl @ 825:618fcc5861c8
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 15 Feb 2004 18:45:45 +0000 |
parents | ab0d977f91f8 |
children | 02759105b989 |
line wrap: on
line diff
--- a/src/main/macosx/exports/gendef.pl Sun Feb 15 08:32:25 2004 +0000 +++ b/src/main/macosx/exports/gendef.pl Sun Feb 15 18:45:45 2004 +0000 @@ -2,6 +2,10 @@ # # Program to take a set of header files and generate DLL export definitions +# print objective-c exports +print "\t.objc_class_name_SDL_QuartzWindow\n"; +print "\t.objc_class_name_SDL_QuartzWindowDelegate\n"; + while ( ($file = shift(@ARGV)) ) { if ( ! defined(open(FILE, $file)) ) { warn "Couldn't open $file: $!\n";