lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 01 May 2013 15:07:27 +0100
branchdevelopment
changeset 2573 59aeefc96cf4
parent 2529 764ab6925cf5
child 2578 fc6186a4961f
permissions -rw-r--r--
Improvement in benchmark runner - option to turn JIT on/off.

@REM -------
@REM make using lcc compiler
@REM type lccmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
make.exe -N -f bc.mak -DUSELCC=1 %*

@echo "***********************************"
@echo "Buildung stx/libjava/experiments
@echo "***********************************"
@cd experiments
@call lccmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/examples
@echo "***********************************"
@cd examples
@call lccmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call lccmake %1 %2
@cd ..