X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fflexui%2Fsdlcarcass.pas;h=247229b88af696d43b157e587f0cdcf09410604d;hb=fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0;hp=59e43fd31112ef0020da1cff36c23a3976465c63;hpb=fb8592aa898a8da05a47bfe50ff8272de4fdc995;p=d2df-sdl.git diff --git a/src/flexui/sdlcarcass.pas b/src/flexui/sdlcarcass.pas index 59e43fd..247229b 100644 --- a/src/flexui/sdlcarcass.pas +++ b/src/flexui/sdlcarcass.pas @@ -2,8 +2,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -69,12 +68,12 @@ implementation uses SysUtils, Classes, - GL, GLExt, - {$IF DEFINED(LINUX)} + {$INCLUDE ../nogl/noGLuses.inc} + {$IF DEFINED(LINUX) OR DEFINED(ANDROID)} unixtype, linux {$ELSEIF DEFINED(WINDOWS)} Windows - {$ELSEIF DEFINED(HAIKU)} + {$ELSEIF DEFINED(HAIKU) OR DEFINED(UNIX)} unixtype {$ELSE} {$WARNING You suck!}