fpcdemos.txt 989 B

1234567891011121314151617181920212223
  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. - netware demos those are netware(clib) specific
  13. - netwlibc demos those are netware(libc) specific
  14. To build the programs simply type 'make' in the base dir. Do do
  15. a cross build, type make OS_TARGET=crosstarget, i.e.
  16. make OS_TARGET=win32
  17. If you want to add further samples, edit Makefile.fpc
  18. and rebuild the real Makefile by entering 'fpcmake -T all'.
  19. This is a special fpc generic utility to simplify
  20. platform independent makefile generation for the user.