s/benchmarks/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 18 Mar 2016 22:41:49 +0000
changeset 312 c9a8fa71d8fc
parent 200 74d0deae135b
permissions -rw-r--r--
Web: Fixed filtering by tags in "Results" page "Results" page not allow for filtering by tags. * If both, configuration and tags are specified, only reports for specified configurations AND with at least one of the specified tags are shown. * If only tags are specified, then all reports on all configurations having at keast one of specified tags are shown. Kudos to Jan Kurs for forcing me to fix this :-)

@REM -------
@REM make using Borland bcc32
@REM type bmake, 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%"
make.exe -N -f bc.mak  %DEFINES% %*

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

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

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