package ddhch5;

{$R *.res}
{$ALIGN 8}
{$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 'DDH - Chapter 5 Components'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  vcl;

contains
  DdhNoth in 'DdhNoth.pas',
  DdhSounB in 'DdhSounB.pas',
  DdhGraph in 'DdhGraph.pas',
  DdhInpuB in 'DdhInpuB.pas',
  DdhLed in 'DdhLed.pas',
  DdhNumEd in 'DdhNumEd.pas',
  DdhSemap in 'DdhSemap.pas',
  DdhAnimC in 'DdhAnimC.pas',
  DdhAnimB in 'DdhAnimB.pas',
  DdhSemaB in 'DdhSemaB.pas',
  DdhSemaL in 'DdhSemaL.pas',
  DdhCntEd in 'DdhCntEd.pas',
  DdhSuper in 'DdhSuper.pas';

end.
