home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megazine
/
Megazine-1.iso
/
PROGRAMA
/
C
/
CLINT156
/
CBCPP31.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-12-01
|
514b
|
18 lines
@echo off
rem (c) R&D Associates 1992.
rem All Rights Reserved.
rem
rem This builds the Borland C++ 3.1 library. NOTE: it assumes that the compiler
rem was installed to the default directory BORLANDC, and that CLINT was
rem installed to CLINT.
rem
echo WARNING! You must have more than 620K of free memory to run this
echo program. To stop, press CTRL-C.
pause
copy cbcpp31.cln \borlandc\include
cd \borlandc\include
clint cbcpp31 -L cbcpp31 -x -w0
del cbcpp31.cln
copy cbcpp31 \clint
del cbcpp31