Makefile.fpc 369 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Makefile.fpc for oracle units
  3. #
  4. [package]
  5. name=oracle
  6. version=2.2.0
  7. [target]
  8. units=oci ocidyn oratypes oraoci
  9. exampledirs=example
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..
  16. # in libdir variable must be path to libraries
  17. # libclntsh.*,libnlsrtl3.*
  18. #[compiler]
  19. #libdir=/usr/local/oracle8cli/lib
  20. [shared]
  21. build=n
  22. [rules]
  23. .NOTPARALLEL: