fpcdemos.txt 685 B

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