quickSelfTest/mingwmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 13:54:38 +0100
changeset 541 aa25a71be62a
parent 491 7861aec3b917
permissions -rw-r--r--
#DOCUMENTATION by cg class: stx_goodies_builder_quickSelfTest class definition class: stx_goodies_builder_quickSelfTest class added:18 methods

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

@pushd ..\..\..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*


@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 mingwmake %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 mingwmake %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