lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 18 Jan 2014 21:44:04 +0000
branchdevelopment
changeset 2974 36b5b06398b5
parent 2965 bac7022ca26a
child 2976 a384a02381c0
permissions -rw-r--r--
Fix in ByteArray>>_CHECKCAST:/_INSTANCEOF: (typo/copy paste error)

@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 ..