default.inc 401 B

1234567891011121314
  1. {$ifdef Delphi}
  2. const fppkg_default : array[0..0] of string[240]=(
  3. {$else Delphi}
  4. const fppkg_default : array[0..0,1..240] of char=(
  5. {$endif Delphi}
  6. '[Defaults]'#010+
  7. 'ConfigVersion=4'#010+
  8. 'GlobalInstallDir=%basepath%'#010+
  9. 'LocalInstallDir={LocalRepository}lib/%fpcversion%/'#010+
  10. 'Compiler=%fpcbin%'#010+
  11. 'OS=%fpctargetos%'#010+
  12. 'CPU=%fpctarget%'#010+
  13. 'Version=%fpcversion%'#010
  14. );