lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 May 2013 10:58:19 +0100
branchbuiltin-class-support
changeset 2624 44507f0c37aa
parent 2605 f343a5ef30b6
child 2965 bac7022ca26a
permissions -rw-r--r--
Make mirror classes public This workarounds a bug in stc which does not generate correct code in case there are multiple private classes that use same pool (such as JavaVMData).

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

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