AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/libs/Mesa-glut.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:OS-specific toolkit for Mesa 3.1 (src+binary 68030+68881)
Author:unknown [ported to Mesa: Niels.Froehling at Informatik.Uni-Oldenburg.DE (Niels Froehling)]
Uploader:Niels Froehling Informatik Uni-Oldenburg DE (Niels Froehling)
Type:util/libs
Requires:ixemul
Architecture:m68k-amigaos
Date:2000-01-19
Download:http://aminet.net/util/libs/Mesa-glut.lha - View contents
Readme:http://aminet.net/util/libs/Mesa-glut.readme
Downloads:748

 Based upon the first try of Jarno.

----

This directory and its subdirectories contains the OpenGL Utility
Toolkit (GLUT) distribution.  See the NOTICE for legal terms.

VERSION:

Release 3.7, May 7, 1998.

SUPPORTED PLATFORMS:

This distribution should compile for:

  o  Microsoft Windows 95 or Windows NT with SGI OpenGL for Windows
     (aka Cosmo OpenGL) and/or Microsoft OpenGL 1.1.
  
  o  SGI workstation running IRIX 5.2 or higher supporting OpenGL,
     including 64-bit and N32 support IRIX 6.1, 6.2, 6.3, 6.4, and
     6.5.

  o  DEC Alpha workstation running OSF/1 and OpenVMS with Open3D
     layered product.

  o  IBM RS/6000 workstations running AIX with OpenGL support.

  o  Metro Link's Metro OpenGL for Linux.

  o  Template Graphics Software's OpenGL for Sun workstations.

  o  Mesa 2.x (and 1.x) for Unix workstations, including Linux PCs
     and SunOS 4.1.x.

MICROSOFT WINDOWS 95 and NT BUILD INSTRUCTIONS:   <-- IMPOARTANT!

Read the "README.win" accompanying file.  The short instructions if you
have Microsoft's Visual C++ compiler is to run the "glutmake" batch
file.  You may need to edit "glutwin32.mak" to indicate your compiler
location.

MAKEFILE GENERATION TO BUILD GLUT:                <-- IMPORTANT!

Use "mkmkfiles.sgi" to put Makefiles using the SGI Makefile conventions
in place.  Use "mkmkfiles.imake" to put Makefiles generated from
Imakefiles in place.  Run one of these two commands in this directory,
then do a "make".

FREQUENTLY ASKED QUESTIONS ABOUT GLUT:

See FAQ.glut

CONTENTS OVERVIEW BY DIRECTORY:

  GL - GLUT interface header files

  lib - source code for GLUT libraries

     glut - GLUT library implementation

     mui - Tom Davis's GLUT-based micro-UI user interface library

     gle - Linas Vepstas's GLE Tubing & Extrusions library

     fglut -     GLUT FORTRAN bindings (IRIX only)
     glut.n32 -  "N32" version of the GLUT library (IRIX only).
     fglut.n32 - "N32" version of the GLUT library (IRIX only).
     glut.n64 -  64-bit version of the GLUT library (IRIX only).
     fglut.n64 - 64-bit version of the GLUT library (IRIX only).
     mui.n32 -   "N32" version of micro-UI library (IRIX only).
     mui.n64 -   64-bit version of micro-UI library (IRIX only).
     gle.n32 -   "N32" version of GLE Tubing & Extrusions library (IRIX only).
     gle.n64 -   64-bit version of GLE Tubing & Extrusions library (IRIX only).

  test - test programs
  
      glut - GLUT library tests

      mui - micro-UI library test

  progs - programs using GLUT

     examples - misc. GLUT examples

     redbook - examples from the OpenGL Programming Guide ported to GLUT

     advanced - GLUT examples demonstrating advanced OpenGL rendering
        techniques.  The programs are largely based on the SIGGRAPH '96
	course taught by David Blythe and Tom McReynolds.

     contrib - contributed GLUT examples

     demos - more involved OpenGL demos using GLUT

     fortran - GLUT FORTRAN examples

     glc - An example of using OpenGL's Character Rendering API
	included in IRIX 6.2 and beyond.

     inventor - Two GLUT-based Open Inventor examples.

     mesademos - Ports to GLUT of programs developed by Brian Paul
        that are distributed with Mesa.

     texfont - Tools and demos for using texture mapped fonts.

     tiff - Examples of using Sam Leffler's libtiff library for
        reading, display, and writing TIFF image files.

     ada - Examples using the GLUT ADA binding.

DOCUMENTATION:

See the other README files in this directory.  There is a complete
specification for GLUT API version 3 in PostScript available by
anonymous ftp accompanying this distribution.  GLUT includes a full set
of nroff man pages for the GLUT API version 3.  nroff man pages for
GLE are also included.

ACCOMPANYING DATA FILES:

Another separate GLUT data distribution contains a "data" subdirectory
containing large data files used by some of the examples in the
"progs/advanced" subdirectory.  See the file "progs/advanced/README"
for more details.

GLUT MAILING LIST:

To subscribe to the GLUT mailing list, send an electronic mail message
with the word "subscribe" in the first line of the message to
glut-request at perp.com  Messages intended for the GLUT mailing list can
be sent to glut at prep.com

A SHAMELESS BUT HOPEFULLY HELPFUL PLUG:

I've written a book titled "Programming OpenGL for the X Window System"
(ISBN: 0-201-48359-9) published by Addison-Wesley.  It includes both a
complete tutorial and documentation for GLUT, as well as a full
explanation of using OpenGL with the X Window System's Xlib and
Xt/Motif interfaces.  If you use GLUT, I believe you'll find this
book very informative.  See:

  http://reality.sgi.com/mjk/OpenGLforX.html

BUG REPORTING:

Send bug reports by electronic mail to mjk at nvidia.com (I now work
for NVIDIA Corporation, not Silicon Graphics).

Questions of a general interest about GLUT will be answered on the
comp.graphics.api.opengl newsgroup.

ACKNOWLEDGEMENTS:

Much thanks to OpenGL engineers at DEC, IBM, Microsoft, SGI, Sun, and
TGS.  Of particular mention are Brian Paul from the University of
Wisconsin, Nate Robins at the Univeristy of Utah, and Craig Groeschel
of Metro Link Inc. for helping me ensure the portability of this code
to non-SGI graphics platforms.  Also thank you to GLUT users who
supplied me with feedback and bug fixes.

Nate Robin's effort to combine his Win32 GLUT with GLUT 3.5 were most
excellent.  Tom Davis contributed the micro-UI library.  GLUT 3.5's
testing on PCs was greatly aided by Petri Nordlund, Brian Buchner,
Leath Muller, Stephen Speicher, and I've probably missed others.  Henk
Kok is responsible for the several way cool demos in GLUT 3.5.  Thanks
for your help!

- Mark Kilgard
  mjk at sgi.com


Contents of util/libs/Mesa-glut.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  430     960  44.8% -lh5- fa68 Sep 20  1999 bin/mklib.AmigaOS
[generic]                  350     743  47.1% -lh5- f3eb Jun 19  1999 bin/mklib.AmigaOS-lclint
[generic]                  415     902  46.0% -lh5- 270a Aug 16  1999 bin/mklib.AmigaOS-prof
[generic]                  492     980  50.2% -lh5- d493 Sep 15  1999 bin/README
[generic]                 9285   25267  36.7% -lh5- 1b7d Dec 19  1994 docs/LICENSE
[generic]                  449    1261  35.6% -lh5- 2da3 Jul  5  1999 glue/createheader.in
[generic]                 1610    6265  25.7% -lh5- 94c0 Jul  5  1999 glue/genglue.in
[generic]                 1145    4412  26.0% -lh5- 07e5 Jul  5  1999 glue/include/GL/glut_calls.def
[generic]                 1387    7697  18.0% -lh5- 0277 Jun 26  1999 glue/include/GL/glut_calls.proto
[generic]                 4206   24256  17.3% -lh5- 2360 Jul  5  1999 glue/lib/libb/libMesaGLut.a
[generic]                 4201   24712  17.0% -lh5- e669 Jul  5  1999 glue/lib/libb32/libm020/libMesaGLut.a
[generic]                 4176   24712  16.9% -lh5- 3670 Jul  5  1999 glue/lib/libMesaGLut.a
[generic]                 4871   34738  14.0% -lh5- 4b98 Jul  5  1999 glue/lib/libMesaGLut_p.a
[generic]                 2234   14384  15.5% -lh5- 76d3 Jul  5  1999 glue/Makefile.AmigaOS
[generic]                  642    1537  41.8% -lh5- 2d83 Jul  5  1999 glue/parseversion.in
[generic]                 3366    8728  38.6% -lh5- 2fc7 Jul  5  1999 glue/start.in
[generic]                 7293   29052  25.1% -lh5- fd6e Sep  1  1999 include/GL/glut.h
[generic]                 3558   14127  25.2% -lh5- 5807 Sep  1  1999 include/GL/glut_h.dja
[generic]                 1240    4113  30.1% -lh5- 0a8d Sep  1  1999 include/GL/glutf90.h
[generic]                  201     355  56.6% -lh5- f207 Oct 30  1999 lib/libMesaGLut.a.data
[generic]                23789   54084  44.0% -lh5- 7b14 Jan  9  2000 lib/libMesaGLut.ixlibrary
[generic]                  203     357  56.9% -lh5- 40f2 Oct 30  1999 lib/libMesaGLut_f.a.data
[generic]                19972   42520  47.0% -lh5- 20f8 Jan 12  2000 lib/libMesaGLut_f.ixlibrary
[generic]                72925  199792  36.5% -lh5- 7f9a Jan 12  2000 lib/libMesaGLut_ixlibrary.a
[generic]                 2530    9396  26.9% -lh5- 5127 Nov 19  1999 Make-config.AmigaOS
[generic]                 1368    7765  17.6% -lh5- 9dbf Jan 13  2000 Makefile.AmigaOS
[generic]                  190     293  64.8% -lh5- c93b Jan  5  2000 Mesa-glut.readme
[generic]                 1008    3138  32.1% -lh5- 8c08 Dec 24  1999 registry
[generic]                 1664   10312  16.1% -lh5- 354d Dec 24  1999 registry_
[generic]                  795    1517  52.4% -lh5- 66d5 Aug 23  1999 src-glut.aos/glutAddMenuEntry.c
[generic]                  623    1151  54.1% -lh5- 7de1 Aug 23  1999 src-glut.aos/glutAddSubMenu.c
[generic]                 1866    6090  30.6% -lh5- 2734 Aug 24  1999 src-glut.aos/glutAttachDetachMenu.c
[generic]                  749    1924  38.9% -lh5- 9b7a Sep 24  1998 src-glut.aos/glutBitmap.c
[generic]                  356     706  50.4% -lh5- 311b Jun 21  1999 src-glut.aos/glutBitmap.h
[generic]                 5448   37433  14.6% -lh5- eda1 Oct 23  1998 src-glut.aos/glutBitmap8x13.c
[generic]                 5578   38792  14.4% -lh5- b36e Oct 23  1998 src-glut.aos/glutBitmap9x15.c
[generic]                 4978   32142  15.5% -lh5- f0bc Oct 23  1998 src-glut.aos/glutBitmaphel10.c
[generic]                 5126   33496  15.3% -lh5- 68e3 Oct 23  1998 src-glut.aos/glutBitmaphel12.c
[generic]                 6554   42637  15.4% -lh5- 317c Oct 23  1998 src-glut.aos/glutBitmaphel18.c
[generic]                 4888   31205  15.7% -lh5- a8f0 Oct 23  1998 src-glut.aos/glutBitmaptr10.c
[generic]                 7923   51583  15.4% -lh5- d103 Oct 23  1998 src-glut.aos/glutBitmaptr24.c
[generic]                  471    1082  43.5% -lh5- 7664 Sep 24  1998 src-glut.aos/glutBitmapWidth.c
[generic]                  808    1913  42.2% -lh5- b850 Aug 23  1999 src-glut.aos/glutChangeToMenuSubEntry.c
[generic]                  774    1389  55.7% -lh5- a75b Aug 23  1999 src-glut.aos/glutCreateMenu.c
[generic]                 2269    5729  39.6% -lh5- 8a07 Aug 24  1999 src-glut.aos/glutCreateWindow.c
[generic]                  829    1624  51.0% -lh5- 9a52 Aug 24  1999 src-glut.aos/glutDestroyMenu.c
[generic]                 1413    3398  41.6% -lh5- 1a5d Aug 24  1999 src-glut.aos/glutDestroyWindow.c
[generic]                  676    1324  51.1% -lh5- 53ae Sep 12  1998 src-glut.aos/glutExtensionSupported.c
[generic]                 2386    7676  31.1% -lh5- d491 Aug 24  1999 src-glut.aos/glutGameMode.c
[generic]                 1503    5077  29.6% -lh5- 7bce Aug 23  1999 src-glut.aos/glutGet.c
[generic]                  764    1673  45.7% -lh5- 8706 Aug 23  1999 src-glut.aos/glutGetModifiers.c
[generic]                 1316    3710  35.5% -lh5- 5e93 Aug 24  1999 src-glut.aos/glutGetSetColor.c
[generic]                  974    2205  44.2% -lh5- 5864 Sep 28  1998 src-glut.aos/glutGetSetDevice.c
[generic]                  265     410  64.6% -lh5- 6e06 Aug 24  1999 src-glut.aos/glutGetSetMenu.c
[generic]                  942    1954  48.2% -lh5- 6f65 Aug 24  1999 src-glut.aos/glutGetSetWindow.c
[generic]                  756    2014  37.5% -lh5- 4768 Oct 23  1998 src-glut.aos/glutIconifying.c
[generic]                 1621    6214  26.1% -lh5- 5a9a Jul  2  1999 src-glut.aos/glutInit.c
[generic]                  780    1753  44.5% -lh5- 1bd8 Jun 29  1999 src-glut.aos/glutInitDisplayMode.c
[generic]                  590    1072  55.0% -lh5- f589 Sep 24  1998 src-glut.aos/glutInitWindowPosition.c
[generic]                  594    1085  54.7% -lh5- aaba Sep 12  1998 src-glut.aos/glutInitWindowSize.c
[generic]                  982    2478  39.6% -lh5- 52e2 Jul  4  1999 src-glut.aos/glutLayers.c
[generic]                 3890   13799  28.2% -lh5- 0230 Sep 24  1999 src-glut.aos/glutMainLoop.c
[generic]                  685    1282  53.4% -lh5- 7013 Aug 24  1999 src-glut.aos/glutPostRedisplay.c
[generic]                  750    1397  53.7% -lh5- 165e Aug 24  1999 src-glut.aos/glutRemoveMenuItem.c
[generic]                  725    1621  44.7% -lh5- 48c9 Aug 24  1999 src-glut.aos/glutReshapePositionWindow.c
[generic]                 4311   13643  31.6% -lh5- 2f22 Oct 23  1998 src-glut.aos/glutShapes.c
[generic]                 4169   18270  22.8% -lh5- acbc Aug 24  1999 src-glut.aos/glutString.c
[generic]                  476     894  53.2% -lh5- ff82 Sep 24  1998 src-glut.aos/glutStroke.c
[generic]                  358     765  46.8% -lh5- 9cac Sep 16  1998 src-glut.aos/glutStroke.h
[generic]                 6063   50793  11.9% -lh5- e005 Oct 23  1998 src-glut.aos/glutStrokemroman.c
[generic]                 8521   50396  16.9% -lh5- e904 Oct 23  1998 src-glut.aos/glutStrokeroman.c
[generic]                  463     986  47.0% -lh5- a759 Sep 24  1998 src-glut.aos/glutStrokeWidth.c
[generic]                 3521   12038  29.2% -lh5- 5b97 Aug 24  1999 src-glut.aos/glutstuff.c
[generic]                 2610    7255  36.0% -lh5- 88e9 Sep 26  1999 src-glut.aos/glutstuff.h
[generic]                  604    1104  54.7% -lh5- 871b Aug 24  1999 src-glut.aos/glutSwapBuffers.c
[generic]                 2940    7568  38.8% -lh5- 466a Jun 21  1999 src-glut.aos/glutTeapot.c
[generic]                  778    1734  44.9% -lh5- ce67 Jul  2  1999 src-glut.aos/glutVideo.c
[generic]                 1274    4206  30.3% -lh5- d673 Aug 24  1999 src-glut.aos/glutXFunc.c
[generic]                 1517    3568  42.5% -lh5- ae70 Sep 24  1999 src-glut.aos/Makefile.AmigaOS
[generic]                  333     610  54.6% -lh5- e31d Sep 24  1999 src-glut.aos/OPTIONS
[generic]                47151  114452  41.2% -lh5- e577 Jan  9  2000 test/glut/bigtest
[generic]                15272   57841  26.4% -lh5- 1ccb Oct 23  1998 test/glut/bigtest.c
[generic]                 4089    8296  49.3% -lh5- 4a11 Jan  9  2000 test/glut/cursor_test
[generic]                 1080    3032  35.6% -lh5- d816 Oct  8  1998 test/glut/cursor_test.c
[generic]                 3523    7328  48.1% -lh5- 407e Jan  9  2000 test/glut/joy_test
[generic]                  673    1415  47.6% -lh5- 8077 Oct  8  1998 test/glut/joy_test.c
[generic]                 3693    7852  47.0% -lh5- d252 Jan  9  2000 test/glut/keyup_test
[generic]                  538    2092  25.7% -lh5- ba66 Oct  8  1998 test/glut/keyup_test.c
[generic]                 1182    2535  46.6% -lh5- 0497 Jul  4  1999 test/glut/Makefile.AmigaOS
[generic]                 4225    9008  46.9% -lh5- d78a Jan  9  2000 test/glut/menu_test
[generic]                 1085    3741  29.0% -lh5- c4da Oct  8  1998 test/glut/menu_test.c
[generic]                 5687   11828  48.1% -lh5- 8e38 Jan  9  2000 test/glut/over_test
[generic]                 2113    8078  26.2% -lh5- cca2 Oct 23  1998 test/glut/over_test.c
[generic]                 4540    9584  47.4% -lh5- b232 Jan  9  2000 test/glut/shape_test
[generic]                 1222    4229  28.9% -lh5- 9678 Oct 23  1998 test/glut/shape_test.c
[generic]                 3659    7772  47.1% -lh5- fabe Jan  9  2000 test/glut/test1
[generic]                  845    2490  33.9% -lh5- 01f4 Aug 24  1999 test/glut/test1.c
[generic]                30337   77560  39.1% -lh5- 6c2f Jan  9  2000 test/glut/test10
[generic]                 1143    2783  41.1% -lh5- 3e2a Oct 23  1998 test/glut/test10.c
[generic]                 3335    7140  46.7% -lh5- f0f2 Jan  9  2000 test/glut/test11
[generic]                  496    1237  40.1% -lh5- 40c3 Oct 23  1998 test/glut/test11.c
[generic]                 3673    7988  46.0% -lh5- a00d Jan  9  2000 test/glut/test12
[generic]                  881    3981  22.1% -lh5- 6766 Oct 23  1998 test/glut/test12.c
[generic]                 3735    7964  46.9% -lh5- dcf9 Jan  9  2000 test/glut/test13
[generic]                  817    2530  32.3% -lh5- 8948 Oct 23  1998 test/glut/test13.c
[generic]                 3810    8124  46.9% -lh5- 8c9e Jan  9  2000 test/glut/test14
[generic]                  831    3792  21.9% -lh5- 02d4 Oct  8  1998 test/glut/test14.c
[generic]                 3620    7544  48.0% -lh5- eb8e Jan  9  2000 test/glut/test15
[generic]                 1165    2316  50.3% -lh5- dca1 Oct  8  1998 test/glut/test15.c
[generic]                 3966    8212  48.3% -lh5- 0ee5 Jan  9  2000 test/glut/test16
[generic]                 1176    2863  41.1% -lh5- 4ace Oct  8  1998 test/glut/test16.c
[generic]                 4958   10644  46.6% -lh5- bd13 Jan  9  2000 test/glut/test17
[generic]                 1539    6574  23.4% -lh5- e6c3 Oct 23  1998 test/glut/test17.c
[generic]                 4388    9196  47.7% -lh5- a2d4 Jan  9  2000 test/glut/test18
[generic]                 1272    4419  28.8% -lh5- a1da Oct 23  1998 test/glut/test18.c
[generic]                 3503    7348  47.7% -lh5- 4fd0 Jan  9  2000 test/glut/test19
[generic]                  678    1388  48.8% -lh5- d6d2 Oct  8  1998 test/glut/test19.c
[generic]                 4468    8996  49.7% -lh5- 2ebb Jan  9  2000 test/glut/test2
[generic]                 1300    3900  33.3% -lh5- 9f20 Oct 23  1998 test/glut/test2.c
[generic]                 3792    8264  45.9% -lh5- 32e1 Jan  9  2000 test/glut/test20
[generic]                  750    4035  18.6% -lh5- 2800 Oct 23  1998 test/glut/test20.c
[generic]                 4393    9148  48.0% -lh5- 890b Jan  9  2000 test/glut/test21
[generic]                 1463    4449  32.9% -lh5- 7a04 Oct 23  1998 test/glut/test21.c
[generic]                 3972    8448  47.0% -lh5- b1d8 Jan  9  2000 test/glut/test22
[generic]                  978    3754  26.1% -lh5- 232c Oct 23  1998 test/glut/test22.c
[generic]                 4115    8416  48.9% -lh5- 9cb0 Jan  9  2000 test/glut/test23
[generic]                 1169    3522  33.2% -lh5- 32f9 Oct 23  1998 test/glut/test23.c
[generic]                 3869    8168  47.4% -lh5- dfe8 Jan  9  2000 test/glut/test24
[generic]                 1017    3641  27.9% -lh5- 9e43 Oct 23  1998 test/glut/test24.c
[generic]                41531  104388  39.8% -lh5- b742 Jan  9  2000 test/glut/test25
[generic]                 1079    3655  29.5% -lh5- 56ad Oct 23  1998 test/glut/test25.c
[generic]                 4008    8244  48.6% -lh5- d844 Jan  9  2000 test/glut/test26
[generic]                 1116    3114  35.8% -lh5- 3de7 Oct 23  1998 test/glut/test26.c
[generic]                 7615   18012  42.3% -lh5- 77de Jan  9  2000 test/glut/test27
[generic]                  970    2119  45.8% -lh5- 2e80 Oct 23  1998 test/glut/test27.c
[generic]                 3326    7040  47.2% -lh5- b94c Jan  9  2000 test/glut/test28
[generic]                  567    1044  54.3% -lh5- 9422 Oct  8  1998 test/glut/test28.c
[generic]                 3651    7492  48.7% -lh5- 791d Jan  9  2000 test/glut/test3
[generic]                  862    1853  46.5% -lh5- 2b12 Oct 23  1998 test/glut/test3.c
[generic]                14459   34204  42.3% -lh5- 2868 Jan  9  2000 test/glut/test4
[generic]                  687    1280  53.7% -lh5- c2a2 Oct  8  1998 test/glut/test4.c
[generic]                 4048    8540  47.4% -lh5- a739 Jan  9  2000 test/glut/test5
[generic]                  986    3634  27.1% -lh5- 3fdd Nov 14  1998 test/glut/test5.c
[generic]                 5707   12984  44.0% -lh5- 2df4 Jan  9  2000 test/glut/test6
[generic]                 2498   12113  20.6% -lh5- 67bf Oct  8  1998 test/glut/test6.c
[generic]                 4386    9648  45.5% -lh5- 9e0c Jan  9  2000 test/glut/test7
[generic]                 1206    4462  27.0% -lh5- 680f Oct 23  1998 test/glut/test7.c
[generic]                 3989    8752  45.6% -lh5- 2dc7 Jan  9  2000 test/glut/test8
[generic]                  893    4334  20.6% -lh5- b09a Oct  8  1998 test/glut/test8.c
[generic]                 3970    8604  46.1% -lh5- 62f5 Jan  9  2000 test/glut/test9
[generic]                  865    3237  26.7% -lh5- 2067 Oct  8  1998 test/glut/test9.c
[generic]                 3336    7048  47.3% -lh5- 8e6d Jan  9  2000 test/glut/timer_test
[generic]                  814    1535  53.0% -lh5- b798 Oct  8  1998 test/glut/timer_test.c
[generic]                 1066    2360  45.2% -lh5- fcaa Jul  4  1999 test/Makefile.AmigaOS
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       154 files  605606 1880856  32.2%            Jan 19  2000

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>