Makefile.fpc 287 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for oracle units
  3. #
  4. [targets]
  5. units=oraoci oraclew
  6. examples=test01
  7. [require]
  8. packages=fcl
  9. [dirs]
  10. # in libdir variable must be path to libraries
  11. # libclntsh.*,libnlsrtl3.*
  12. #libdir=/usr/local/oracle8cli/lib
  13. fpcdir=../..
  14. [install]
  15. packagename=oracle
  16. examplesubdir=oracle