home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
pcw_c
/
mslink.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
|
1990-01-16
|
222 b
|
14 lines
cls
if '%3' == '' goto two
cl /DMSC /J /AM %1 %2 %3 /link mspcwmm.lib
goto exit
:two
if '%2' == '' goto one
cl /DMSC /J /AM %1 %2 /link mspcwmm.lib
goto exit
:one
cl /DMSC /J /AM %1 /link mspcwmm.lib
:exit