home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
txtutl
/
cspelsrc.arc
/
LNK.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-11-30
|
507b
|
13 lines
echo off
rem tcc -c -p -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\small
rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\mid
rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\large
rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\perdct
tcc -a -d -c -p -f- -G -O -Z -DCLONE -mh -nH:\cspella\objects\ -zCspella cspella
if errorlevel 1 goto out
clink /exe/SEG:256 @lnk.lst
rem link /SEG:512/EXE @lnk.lst
rem tlink /s @lNnk.lst
:out
echo on