home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megazine
/
Megazine-1.iso
/
PROGRAMA
/
C
/
CLINT156
/
CBCPP20.BAT
next >
Wrap
DOS Batch File
|
1996-12-01
|
413b
|
12 lines
@echo off
rem (c) R&D Associates 1992.
rem All Rights Reserved.
rem
rem This builds the Borland C++ 2.0 library. NOTE: it assumes that the compiler
rem was installed in the default directory BORLANDC.
rem
echo CLint will complain about "malloc.h". This is not important, but
echo that header file is not ANSI compliant. Press CTRL-C to stop.
pause
clint cbcpp20.c -I/borlandc/include -L cbcpp20 -x -w0