Mercurial > sdl-ios-xcode
changeset 791:ab0d977f91f8
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 Jan 2004 04:35:51 +0000 |
parents | d39b74b8583c |
children | 2cbb8eaa2c92 |
files | src/main/beos/exports/SDL.exp src/main/macos/exports/SDL.x src/main/macosx/exports/SDL.x src/main/macosx/exports/gendef.pl src/main/win32/exports/SDL.def |
diffstat | 5 files changed, 16 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/beos/exports/SDL.exp Wed Jan 28 22:01:02 2004 +0000 +++ b/src/main/beos/exports/SDL.exp Thu Jan 29 04:35:51 2004 +0000 @@ -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
--- a/src/main/macos/exports/SDL.x Wed Jan 28 22:01:02 2004 +0000 +++ b/src/main/macos/exports/SDL.x Thu Jan 29 04:35:51 2004 +0000 @@ -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
--- a/src/main/macosx/exports/SDL.x Wed Jan 28 22:01:02 2004 +0000 +++ b/src/main/macosx/exports/SDL.x Thu Jan 29 04:35:51 2004 +0000 @@ -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 @@ -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
--- a/src/main/macosx/exports/gendef.pl Wed Jan 28 22:01:02 2004 +0000 +++ b/src/main/macosx/exports/gendef.pl Thu Jan 29 04:35:51 2004 +0000 @@ -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";
--- a/src/main/win32/exports/SDL.def Wed Jan 28 22:01:02 2004 +0000 +++ b/src/main/win32/exports/SDL.def Thu Jan 29 04:35:51 2004 +0000 @@ -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