home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
pcw_c
/
tclink.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-01-16
|
189 b
|
14 lines
cls
if '%3' == '' goto two
tcc -K -mm %1 %2 %3 tcpcwmm.lib
goto exit
:two
if '%2' == '' goto one
tcc -K -mm %1 %2 tcpcwmm.lib
goto exit
:one
tcc -K -mm %1 tcpcwmm.lib
:exit