mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
*** empty log message ***
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.objc_class_name_SDL_QuartzWindow
|
||||
.objc_class_name_SDL_QuartzWindowDelegate
|
||||
_SDL_Init
|
||||
_SDL_InitSubSystem
|
||||
_SDL_QuitSubSystem
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user