DEADSOFTWARE

debug: write build arch to log
[d2df-sdl.git] / src / shared / a_modes.inc
index 68a06725be44bc6a09c866a23cc415a39205b2d6..3a145d9e409ca4c8b003dc86effe17e11b95a671 100644 (file)
@@ -26,6 +26,9 @@
 {$MODESWITCH TYPEHELPERS+} // Allow the use of type helpers.
 {$MODESWITCH UNICODESTRINGS-}
 
+{$IFDEF DARWIN}
+  {$MODESWITCH OBJECTIVEC1}
+{$ENDIF}
 
 {$ASSERTIONS ON}
 {$BITPACKING OFF}
   {$IF DEFINED(USE_SYSSTUB) OR DEFINED(USE_SDL2)}
     {$ERROR Only one system driver must be selected!}
   {$ENDIF}
-  {$IFDEF USE_SDLMIXER}
-    {$ERROR SDL_mixer not supported with SDL 1.2.x}
-  {$ENDIF}
 {$ELSEIF DEFINED(USE_SDL2)}
   {$IF DEFINED(USE_SYSSTUB) OR DEFINED(USE_SDL)}
     {$ERROR Only one system driver must be selected!}