equal
deleted
inserted
replaced
40 {$ELSE} |
40 {$ELSE} |
41 {$DEFINE cdecl attribute(cdecl)} |
41 {$DEFINE cdecl attribute(cdecl)} |
42 {$ENDIF} |
42 {$ENDIF} |
43 |
43 |
44 {$IFDEF DARWIN} |
44 {$IFDEF DARWIN} |
45 {$PASCALMAINNAME SDL_main} |
|
46 {$IFNDEF IPHONEOS} |
45 {$IFNDEF IPHONEOS} |
|
46 {$PASCALMAINNAME SDL_main} |
47 {$linkframework Cocoa} |
47 {$linkframework Cocoa} |
48 {$linkframework SDL} |
48 {$linkframework SDL} |
49 {$linkframework SDL_net} |
49 {$linkframework SDL_net} |
50 {$linkframework SDL_image} |
50 {$linkframework SDL_image} |
51 {$linkframework SDL_ttf} |
51 {$linkframework SDL_ttf} |