home *** CD-ROM | disk | FTP | other *** search
- ; $RCSfile: CompileLibs $
- ;Description: Script to compile the Oberon-A Library modules
- ;
- ; Created by: fjc (Frank Copeland)
- ; $Revision: 1.3 $
- ; $Author: fjc $
- ; $Date: 1995/01/26 00:03:41 $
- ;_________________________________________________________________________
-
- 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:OC SETTINGS=OBERON-A:OCLib.prefs NEWSYMFILE BATCH CompileLibs.bat
-
- Echo "All finished ..."
- ENDIF
-