Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / demo / fpcdemos.txt
blob34c21307d996bc445832ba2298265e26dd7a0b51
1 FPC demo package
2 ================
3 This packages contains the following subdirs:
5 - text   texmode demos (should run everywhere)
6 - graph  demos that use the graph unit (runs nearly everywhere)
7          includes gameunit (text&graph), outputs to another subdir level
8 - modex  demos that make extensive use of modeX (runs with go32v2 only)
9 - win32  demos that are win32 specific
10 - linux  demos that are linux specific
12 To build the programs simply type 'make' in the base dir.
14 If you want to add further sampels, edit Makefile.fpc
15 and rebuild the real Makefile by entering 'fpcmake'.
16 This is a special fpc generic utility to simplify
17 platform independent makfile generation to the user.