default.inc 274 B

1234567891011
  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=5'#010+
  8. 'Compiler=%fpcbin%'#010+
  9. 'OS=%fpctargetos%'#010+
  10. 'CPU=%fpctarget%'#010
  11. );