Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 15, 2004
1 parent 31e9c65 commit 862bfb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/macosx/exports/SDL.x
@@ -1,3 +1,5 @@
.objc_class_name_SDL_QuartzWindow
.objc_class_name_SDL_QuartzWindowDelegate
_SDL_Init
_SDL_InitSubSystem
_SDL_QuitSubSystem
Expand Down
4 changes: 4 additions & 0 deletions src/main/macosx/exports/gendef.pl
Expand Up @@ -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";
Expand Down

0 comments on commit 862bfb9

Please sign in to comment.