s/mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 28 May 2013 11:17:46 +0100
changeset 1 1ab204c5442a
parent 0 c86831d0f7e7
child 9 e0be46520a59
permissions -rw-r--r--
BenchmarkInstance refactored, added initial version of text report.

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"

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

@echo "***********************************"
@echo "Buildung jv/calipel/s/benchmarks
@echo "***********************************"
@cd benchmarks
@call mingwmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung jv/calipel/s/stx
@echo "***********************************"
@cd stx
@call mingwmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung jv/calipel/s/tests
@echo "***********************************"
@cd tests
@call mingwmake %1 %2
@cd ..