echo off
@echo Builds all ABC .dcu, .hpp. .obj .lib files for C++ Builder 4
@echo Please edit this script for output directories
@echo Please edit dcc32.cfg for source directories
@echo Requires dcc32.cfg setup and dcc32.exe on the path
@echo Warning - this script will delete dcc32.cfg from your CBuilder4\Bin directory
@echo Results are output to build.log
@echo ---------------------------------------------------------------------
@echo Press Ctrl-C to cancel
REM Pause
@echo Deleting log file
del build.log
call BuildCB4 build.log
notepad.exe build.log