hedgewars/SDLh.pas
changeset 1880 b12b4dc2f080
parent 1819 17dac76954d1
child 1903 64e56f19d6d6
equal deleted inserted replaced
1879:bb114339eb4e 1880:b12b4dc2f080
    51 {$linkframework Carbon}
    51 {$linkframework Carbon}
    52 {$linkframework OpenGL}
    52 {$linkframework OpenGL}
    53 {$linkframework AudioUnit}
    53 {$linkframework AudioUnit}
    54 {$linkframework Quicktime}
    54 {$linkframework Quicktime}
    55 {$linkframework IOKit}
    55 {$linkframework IOKit}
    56 {$linkframework ForceFeedback}
    56 {for SDL1.3 {$linkframework ForceFeedback}}
    57 {$linkframework CoreAudio}
    57 {for SDL1.3 {$linkframework CoreAudio}}
    58 {$ENDIF}
    58 {$ENDIF}
    59 
    59 
    60 (*  SDL *)
    60 (*  SDL *)
    61 const {$IFDEF WIN32}
    61 const {$IFDEF WIN32}
    62       SDLLibName = 'SDL.dll';
    62       SDLLibName = 'SDL.dll';