Skip to content

Commit

Permalink
Date: Sun, 10 Aug 2003 13:24:45 -0400
Browse files Browse the repository at this point in the history
From: Darrell Walisser
Subject: Re: Updated projects?

There was one additional patch I forgot to send. I needed to add a few
exports to the exports file.
  • Loading branch information
slouken committed Aug 10, 2003
1 parent 64cc637 commit f95c098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/macosx/exports/SDL.x
@@ -1,3 +1,6 @@
.objc_class_name_SDL_QuartzWindow
.objc_class_name_SDL_QuartzWindowView
.objc_class_name_SDL_QuartzWindowDelegate
_SDL_Init
_SDL_InitSubSystem
_SDL_QuitSubSystem
Expand Down
5 changes: 5 additions & 0 deletions src/main/macosx/exports/gendef.pl
Expand Up @@ -2,6 +2,11 @@
#
# Program to take a set of header files and generate DLL export definitions

# Export Objective-C classes for Cocoa integration support
print "\t.objc_class_name_SDL_QuartzWindow\n";
print "\t.objc_class_name_SDL_QuartzWindowView\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 f95c098

Please sign in to comment.