home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / obero / oberon-a / examples / oberon0 / makeoberon0 < prev    next >
Encoding:
Text File  |  1995-07-02  |  227 b   |  13 lines

  1. ; Script to compile and link RunOberon0
  2.  
  3. FailAt 5
  4.  
  5. CD OBERON-A:Examples/Oberon0
  6. IF NOT EXISTS Code
  7.   MakeDir Code
  8. ENDIF
  9. Stack 12000
  10. OBERON-A:OC SETTINGS OC.prefs BATCH Oberon0.bat
  11. OBERON-A:OL SETTINGS OL.prefs LINK RunOberon0
  12.  
  13.