home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
SND_TOOL
/
FUNK108A.ZIP
/
DOS32V30.ZIP
/
EXAMPLES
/
MAKE_M.BAT
< 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
DOS Batch File
|
1995-06-07
|
338 b
|
23 lines
rem BATCH file to compile examples 0 to 7 using MASM 6.x
ml /c eg0.asm
dlink eg0
ml /c eg1.asm
dlink eg1
ml /c eg2.asm
dlink eg2
ml /c eg3.asm
dlink eg3
ml /c eg4.asm
dlink eg4
ml /c eg5.asm
dlink eg5
ml /c eg6.asm
dlink eg6
ml /c eg7.asm
dlink eg7
ml /c video.asm
dlink video
ml /c realmode.asm
dlink realmode