fpcdemos.txt 732 B

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