home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
ct22d
/
tch.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
|
1992-12-21
|
179 b
|
9 lines
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
rem Large model
tmake -fctaskh.tc
if errorlevel 1 goto exit
tmake -fctsuph.tc
:exit