;   $RCSfile: RecompileLibs $
;Description: Script to recompile Oberon-A Library modules that have been
;             redefined.
;
; Created by: fjc (Frank Copeland)
;  $Revision: 1.1 $
;    $Author: fjc $
;      $Date: 1995/01/26 00:04:02 $
;_________________________________________________________________________

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:OC SETTINGS=OBERON-A:OCLib.prefs NEWSYMFILE BATCH QUIET RecompileLibs.bat

  Echo "All finished ..."
ENDIF
