lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Sep 2013 10:08:10 +0100
branchdevelopment
changeset 2704 0f7f5f5c67c7
parent 2697 d5110c6822c6
child 2708 648286432b9a
permissions -rw-r--r--
Various fixes: - make JavaMethodAnalyzer to return symbols from #messagesSent - few other minor fixes.

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

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