;   $RCSfile: CompileLibs $
;Description: Script to compile the Oberon-A Library modules
;
; Created by: fjc (Frank Copeland)
;  $Revision: 1.2 $
;    $Author: fjc $
;      $Date: 1994/05/19 23:41:20 $
;_________________________________________________________________________

Echo "Compiling all the Amiga and Library modules"
Echo "This may take some time ... (30-40 mins)"
Ask "Continue [y/n]?"
IF WARN
  IF NOT EXISTS OBERON-A:OLIB
    Echo "Creating OBERON-A:OLIB and Assign'ing OLIB: to it*N"
    MakeDir OBERON-A:OLIB
    Assign OLIB: OBERON-A:OLIB
  ENDIF
  Stack 10000
  FailAt 5

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

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

  Echo "All finished ..."
ENDIF
