home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
clint
/
clt167
/
cbcpp31.bat
next >
Wrap
DOS Batch File
|
1994-03-28
|
403b
|
15 lines
@echo off
rem (c) R&D Associates 1992-1994.
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
copy cbcpp31.cln \borlandc\include
cd \borlandc\include
clint cbcpp31 -L cbcpp31 -x -w0
del cbcpp31.cln
copy cbcpp31 \clint
del cbcpp31