;   $RCSfile$
;Description: Script to recompile Oberon-A Library modules that have been
;             redefined.
;
; Created by: fjc (Frank Copeland)
;  $Revision$
;    $Author$
;      $Date$
;_________________________________________________________________________

Echo "Compiling all the Amiga and Library modules that have changed"
Ask "Continue [y/n]?"
IF WARN
  Stack 10000
  FailAt 5

  Echo "Press CTRL-C to interrupt at any time*N"

  OBERON-A:C/OC NS DST OLIB: DEBUG BATCH RecompileLibs.bat

  Echo "All finished ..."
ENDIF
