quickSelfTest/mingwmake.bat
author sr
Wed, 11 Oct 2017 16:54:09 +0200
changeset 418 dfb090997957
parent 358 43f04c50a9e2
child 491 7861aec3b917
permissions -rw-r--r--
#BUGFIX by sr class: RunUnitTests class definition class: RunUnitTests class added: #corruptedUnitTestClassNames #documentation #excludedUnitTestClassNamesForAll #excludedUnitTestClassNamesForExpecco #log:type: #logInfo: #logWarning: #run #runWithCompiledUnitTestClasses: #version #version_CVS

@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