lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 02 May 2013 10:32:02 +0100
branchdevelopment
changeset 2578 fc6186a4961f
parent 2529 764ab6925cf5
child 2585 14ab287e17ca
permissions -rw-r--r--
Performance optimization: rewrote 'JavaVM classNamed:' to 'JavaVM classNamed:...definedBy:...'. This avoids raising a query which in turn reduces number of calls to MKREAL() which is slow.

@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/libs
@echo "***********************************"
@cd libs
@call lccmake %1 %2
@cd ..

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