home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / oberon / comp86.bat < prev    next >
DOS Batch File  |  1991-08-24  |  636b  |  23 lines

  1. REM This batch file recompiles everything in the
  2. REM distribution package to use the 8086/8088
  3. REM downward-compatibility option.
  4. oc DISK     DEF 8086
  5. oc SCREEN   DEF 8086
  6. oc IO       DEF 8086
  7. oc LINEIO   DEF 8086
  8. oc LIO      DEF 8086
  9. oc PARMS    DEF 8086
  10. oc TERM     DEF 8086
  11. oc ABU      DEF 8086
  12. REM the following line will re-link the ABU
  13. REM example for you.
  14. link abu+screen+disk+term+parms+sys ;
  15. oc OEIO     DEF 8086
  16. oc OETREE   DEF 8086
  17. oc OENAMES  DEF 8086
  18. oc OEPHONE  DEF 8086
  19. oc OE       DEF 8086
  20. REM the line below will re-link the OE
  21. REM example for you.
  22. link oe+oeio+oetree+oenames+oephone+term+sys ;
  23.