lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 15 Apr 2013 23:55:43 +0200
branchdevelopment
changeset 2515 bcfe9f4dca6b
parent 2501 53d731454d43
child 2526 ef415ed11871
permissions -rw-r--r--
Improvements in JavaCompiler. During compilation, remember all problems and hilglight them when showing source code (JavaCompilerProblemService). In future the service will also provide a gutter annotations with problem descriptions.

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