home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
progbler
/
clintc
/
cbcpp4.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-29
|
375b
|
15 lines
@echo off
rem (c) R&D Associates 1994.
rem All Rights Reserved.
rem
rem This builds the Borland C++ 4 library. NOTE: it assumes that the compiler
rem was installed to the default directory BC4, and that CLINT was
rem installed to CLINT.
rem
copy cbcpp4.cln \bc4\include
cd \bc4\include
clint cbcpp4 -L cbcpp4 -x -w0
del cbcpp4.cln
copy cbcpp4 \clint
del cbcpp4