Makefile.fpc 479 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for Free Component Library Examples/Tests
  3. #
  4. [target]
  5. programs=stringl dparser fstream mstream list threads testrtf \
  6. cfgtest xmldump htdump testcgi tidea \
  7. b64test b64test2 b64enc b64dec restest testz testz2 \
  8. istream doecho
  9. programs_win32=showver testproc
  10. programs_linux=sockcli isockcli dsockcli socksvr isocksvr dsocksvr
  11. rst=restest
  12. [require]
  13. packages=fcl
  14. [compiler]
  15. options=-S2
  16. [install]
  17. fpcpackage=y
  18. [default]
  19. fpcdir=../..