diff src/main/macosx/exports/gendef.pl @ 1529:84cecd0b64b4

Updated MacOS Classic and MacOS X exports list
author Sam Lantinga <slouken@libsdl.org>
date Tue, 14 Mar 2006 07:55:40 +0000
parents 4d241ea8a1cd
children
line wrap: on
line diff
--- a/src/main/macosx/exports/gendef.pl	Tue Mar 14 07:45:15 2006 +0000
+++ b/src/main/macosx/exports/gendef.pl	Tue Mar 14 07:55:40 2006 +0000
@@ -3,8 +3,6 @@
 # Program to take a set of header files and generate DLL export definitions
 
 # Special exports to ignore for this platform
-$exclude{"SDL_putenv"} = 1;
-$exclude{"SDL_getenv"} = 1;
 
 while ( ($file = shift(@ARGV)) ) {
 	if ( ! defined(open(FILE, $file)) ) {
@@ -23,6 +21,14 @@
 }
 
 # Special exports to include for this platform
-print "\tSDL_iconv_string\n";
+print "\t_SDL_strrev\n";
+print "\t_SDL_strupr\n";
+print "\t_SDL_strlwr\n";
+print "\t_SDL_ltoa\n";
+print "\t_SDL_ultoa\n";
+print "\t_SDL_lltoa\n";
+print "\t_SDL_ulltoa\n";
+print "\t_SDL_iconv\n";
+print "\t_SDL_iconv_string\n";
 print "\t.objc_class_name_SDL_QuartzWindow\n";
 print "\t.objc_class_name_SDL_QuartzWindowDelegate\n";