home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
code
/
bcpp
/
file12
/
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
|
1995-05-19
|
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