fpmake.inc 765 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. { All base packages. Each package is included in it's own dir }
  2. { If this file is included from the main packages dir, ALLPACKAGES is defined. }
  3. { If this file is included from the base packages dir, BASEPACKAGES is defined. }
  4. { paszlib }
  5. {$i paszlib/fpmake.inc}
  6. { pasjpeg }
  7. {$i pasjpeg/fpmake.inc}
  8. { regexpr }
  9. {$i regexpr/fpmake.inc}
  10. { netdb }
  11. {$i netdb/fpmake.inc}
  12. { md5 }
  13. {$i md5/fpmake.inc}
  14. { gdbint }
  15. {$i gdbint/fpmake.inc}
  16. { libasync }
  17. {$i libasync/fpmake.inc}
  18. { mysql }
  19. {$i mysql/fpmake.inc}
  20. { ibase }
  21. {$i ibase/fpmake.inc}
  22. { postgres }
  23. {$i postgres/fpmake.inc}
  24. { oracle }
  25. {$i oracle/fpmake.inc}
  26. { odbc }
  27. {$i odbc/fpmake.inc}
  28. { pthreads }
  29. {$i pthreads/fpmake.inc}
  30. { sqlite }
  31. {$i sqlite/fpmake.inc}
  32. { libc }
  33. {$i libc/fpmake.inc}