fpcdemos.txt 646 B

12345678910111213141516
  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. To build the programs simply type 'make' in the base dir.
  10. If you want to add further sampels, edit Makefile.fpc
  11. and rebuild the real Makefile by entering 'fpcmake'.
  12. This is a special fpc generic utility to simplify
  13. platform independent makfile generation to the user.