lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 01 May 2013 16:49:03 +0100
branchdevelopment
changeset 2574 6f285ee83f22
parent 2529 764ab6925cf5
child 2578 fc6186a4961f
permissions -rw-r--r--
Updates stx:libjava/libs definition. To use new javaBundle method to define java code doe this package.

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

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