package KaveExtrad5;

{$R *.res}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'All Kave extra-components'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  kavealld5;

contains
  kExtraCtl in 'kExtraCtl.pas',
  debug in 'PRG\debug.pas' {FormDebug},
  prgcomme in 'PRG\prgcomme.pas' {FormAskComment},
  prggoto in 'PRG\PrgGoto.pas' {FormAskGoto},
  prglabel in 'PRG\PrgLabel.pas' {FormAskLabel},
  prgoutl in 'PRG\prgoutl.pas',
  prgparam in 'PRG\prgparam.pas' {FormAskParams},
  prgprog in 'PRG\PrgProg.pas' {FormAskProg},
  prgsteps in 'PRG\PrgSteps.pas',
  progc in 'PRG\progc.pas' {FormProg},
  KFormPrg in 'PRG\KFormPrg.pas',
  stack in 'stack.pas',
  KOutline in 'KOutline.pas';

end.
