default.inc 350 B

12345678910111213
  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. 'GlobalPrefix=%GlobalPrefix%'#010+
  9. 'LocalPrefix={LocalRepository}'#010+
  10. 'Compiler=%fpcbin%'#010+
  11. 'OS=%fpctargetos%'#010+
  12. 'CPU=%fpctarget%'#010
  13. );