lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 10 Sep 2013 10:34:38 +0100
branchdevelopment
changeset 2713 d87e89dd5276
parent 2711 a00302fe5083
child 2731 13f5be2bf83b
permissions -rw-r--r--
Removed packages from subProjects, makefiles uodated.

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