home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / turbo_part1.lha / modula / s / startup < prev    next >
Encoding:
Text File  |  1994-11-16  |  262 b   |  10 lines

  1. IF NOT EXISTS modula:dice/bin 
  2.   echo "You have not extracted the dice archive, see README file"
  3. ELSE
  4.   assign DLIB: modula:dice/dlib
  5.   assign MLIB: modula:mlib
  6.   assign DCC: modula:dice
  7.   path modula:dice/bin modula:bin modula:s add
  8.   setenv DCCOPTS -2.0
  9. ENDIF
  10.