Makefile.fpc 264 B

12345678910111213141516171819202122
  1. #
  2. # Makefile.fpc for CGI Units
  3. #
  4. [package]
  5. name=uncgi
  6. version=1.0.5
  7. [target]
  8. units=uncgi
  9. examples=testcgi
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../..
  14. [rules]
  15. exampleinstall: fpc_exampleinstall
  16. $(COPY) testcgi.sh testcgi.bat $(INSTALL_EXAMPLEDIR)