Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 29, 2004
1 parent e31d06a commit deeefbe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/main/beos/exports/SDL.exp
Expand Up @@ -31,8 +31,12 @@ _SDL_CDEject
_SDL_CDClose
_SDL_HasRDTSC
_SDL_HasMMX
_SDL_HasMMXExt
_SDL_Has3DNow
_SDL_Has3DNowExt
_SDL_HasSSE
_SDL_HasSSE2
_SDL_HasAltiVec
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
Expand Down
4 changes: 4 additions & 0 deletions src/main/macos/exports/SDL.x
Expand Up @@ -31,8 +31,12 @@
SDL_CDClose
SDL_HasRDTSC
SDL_HasMMX
SDL_HasMMXExt
SDL_Has3DNow
SDL_Has3DNowExt
SDL_HasSSE
SDL_HasSSE2
SDL_HasAltiVec
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32
Expand Down
7 changes: 4 additions & 3 deletions src/main/macosx/exports/SDL.x
@@ -1,6 +1,3 @@
.objc_class_name_SDL_QuartzWindow
.objc_class_name_SDL_QuartzWindowView
.objc_class_name_SDL_QuartzWindowDelegate
_SDL_Init
_SDL_InitSubSystem
_SDL_QuitSubSystem
Expand Down Expand Up @@ -34,8 +31,12 @@
_SDL_CDClose
_SDL_HasRDTSC
_SDL_HasMMX
_SDL_HasMMXExt
_SDL_Has3DNow
_SDL_Has3DNowExt
_SDL_HasSSE
_SDL_HasSSE2
_SDL_HasAltiVec
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
Expand Down
5 changes: 0 additions & 5 deletions src/main/macosx/exports/gendef.pl
Expand Up @@ -2,11 +2,6 @@
#
# 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
4 changes: 4 additions & 0 deletions src/main/win32/exports/SDL.def
Expand Up @@ -31,8 +31,12 @@
SDL_CDClose
SDL_HasRDTSC
SDL_HasMMX
SDL_HasMMXExt
SDL_Has3DNow
SDL_Has3DNowExt
SDL_HasSSE
SDL_HasSSE2
SDL_HasAltiVec
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32
Expand Down

0 comments on commit deeefbe

Please sign in to comment.