lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 17 Oct 2013 11:11:56 +0100
branchdevelopment
changeset 2872 3ed529d88338
parent 2819 76893aac6a7e
child 2896 edaa0c80646e
permissions -rw-r--r--
Recompilation fixed (avoid endless recursion)

@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/libs
@echo "***********************************"
@cd libs
@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 ..