quickSelfTest/bmake.bat
author sr
Wed, 18 Oct 2017 11:31:10 +0200
changeset 503 b46d8fb5b4cc
parent 489 095fe50a4e26
permissions -rw-r--r--
class: RegressionTests::RxTests class definition added:174 methods class: RegressionTests::RxTests class added: #documentation #version #version_CVS

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

make.exe -N -f bc.mak  %DEFINES% %*

@IF "%1" EQU "exe" exit /b 0
@IF "%1" EQU "setup" exit /b 0
@IF "%1" EQU "pluginSetup" exit /b 0

@if not exist ..\..\..\..\exept\ole goto skip_exept_ole
@echo "***********************************"
@echo "Building exept/ole"
@echo "***********************************"
@pushd ..\..\..\..\exept\ole
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd
@goto done_exept_ole
:skip_exept_ole
@echo "###################################"
@echo "FOLDER MISSING: exept/ole"
@echo "###################################"
exit /b 1
:done_exept_ole

@if not exist ..\..\..\..\exept\ole\QCOTA goto skip_exept_ole_QCOTA
@echo "***********************************"
@echo "Building exept/ole/QCOTA"
@echo "***********************************"
@pushd ..\..\..\..\exept\ole\QCOTA
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd
@goto done_exept_ole_QCOTA
:skip_exept_ole_QCOTA
@echo "###################################"
@echo "FOLDER MISSING: exept/ole/QCOTA"
@echo "###################################"
exit /b 1
:done_exept_ole_QCOTA