fpcdemos.txt 786 B

12345678910111213141516171819
  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. - palmos demos those are palmos specific (dragonball)
  12. To build the programs simply type 'make' in the base dir.
  13. If you want to add further samples, edit Makefile.fpc
  14. and rebuild the real Makefile by entering 'fpcmake'.
  15. This is a special fpc generic utility to simplify
  16. platform independent makefile generation for the user.