Makefile.fpc 231 B

1234567891011121314151617
  1. #
  2. # Makefile.fpc for CGI Units
  3. #
  4. [targets]
  5. units=uncgi
  6. examples=testcgi
  7. [install]
  8. examplesubdir=uncgi
  9. [dirs]
  10. fpcdir=../..
  11. [rules]
  12. exampleinstall: fpc_exampleinstall
  13. $(COPY) testcgi.sh testcgi.bat $(EXAMPLEINSTALLDIR)