Commit 52048473 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40826
parent 4114dc9f
.objc_class_name_SDL_QuartzWindow
.objc_class_name_SDL_QuartzWindowDelegate
_SDL_Init _SDL_Init
_SDL_InitSubSystem _SDL_InitSubSystem
_SDL_QuitSubSystem _SDL_QuitSubSystem
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
# #
# Program to take a set of header files and generate DLL export definitions # 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)) ) { while ( ($file = shift(@ARGV)) ) {
if ( ! defined(open(FILE, $file)) ) { if ( ! defined(open(FILE, $file)) ) {
warn "Couldn't open $file: $!\n"; warn "Couldn't open $file: $!\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment