Makefile.fpc 153 B

12345678910111213141516
  1. #
  2. # Makefile.fpc for RegExpr
  3. #
  4. [targets]
  5. units=regexpr
  6. examples=testreg1
  7. [require]
  8. options=-S2
  9. [install]
  10. examplesubdir=regexpr
  11. [dirs]
  12. fpcdir=../..