peter 005e98fb55 * fpcmaked -> fpcmade.<TARGET> 26 anni fa
..
demos 005e98fb55 * fpcmaked -> fpcmade.<TARGET> 26 anni fa
linuxd 005e98fb55 * fpcmaked -> fpcmade.<TARGET> 26 anni fa
old 005e98fb55 * fpcmaked -> fpcmade.<TARGET> 26 anni fa
Makefile eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
README eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
buildgl.pp eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
c_linuxd.pp ae375101a2 Added info prints so that we know how far the program worked. 26 anni fa
gl.def eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
gl_linux.tpl eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
glext.def eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
glu.def eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
glut.def eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
glut_linux.tpl eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
glx.def eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa
makefile.fpc eaf94d955c * Added new unit generation tools and auto-generated GL units for Linux 26 anni fa

README

Free Pascal GL* Units
(c) 1999 Sebastian Guenther


buildgl.pp
----------
This unit only contains the class "TDefReader", which reads .def files and
holds the informations in the read .def file.


c_linuxd.pp
-----------
This program creates the dynamic Linux units "linuxd/gl.pp" and
"linuxd/glut.pp".

*.def
-----
These are definition files, which hold all declarations common to all
platforms. It may contain two sections:
All lines between "%COPY_INTERFACE" and "%END" are just inserted into the
interface section of generated units; the lines between "%PROCS" and "%END"
are procedure and function definitions. Comments are preserved.
Comments within the .def file (which don't appear in generated units) have
a "#" character at the beginning of the line.


*.tpl
-----
Template files; these files are the skeleton for the generated units. Within
a template file, lines beginning with "%" mark special positions where the
generator inserts its stuff read and possibly converted from .def files.