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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-16
|
262 b
|
10 lines
IF NOT EXISTS modula:dice/bin
echo "You have not extracted the dice archive, see README file"
ELSE
assign DLIB: modula:dice/dlib
assign MLIB: modula:mlib
assign DCC: modula:dice
path modula:dice/bin modula:bin modula:s add
setenv DCCOPTS -2.0
ENDIF