equal
deleted
inserted
replaced
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 *) |
17 *) |
18 |
18 |
19 {$IFDEF FPC} |
19 {$IFDEF FPC} |
20 {$J+} |
20 {$WRITEABLECONST ON} |
|
21 {$MODE OBJFPC} |
21 {$ELSE} |
22 {$ELSE} |
22 {$ERROR Only Free Pascal supported!} |
23 {$ERROR Only Free Pascal supported!} |
23 {$ENDIF} |
24 {$ENDIF} |
24 |
25 |
25 {$MODE OBJFPC} |
|
26 {$MACRO ON} |
26 {$MACRO ON} |
27 |
27 |
28 {$DEFINE GLunit:=GL} |
28 {$DEFINE GLunit:=GL} |
29 |
29 |
30 {$IFDEF ANDROID} |
30 {$IFDEF ANDROID} |