lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 21 May 2013 00:17:00 +0100
branchperformance-optimizations
changeset 2603 000dff7f0e7b
parent 2602 7af1671fc73f
child 2605 f343a5ef30b6
permissions -rw-r--r--
Optimization of JavaClass>>includesBehavior: Do not build a list of all interfaces. Instead. enaumerate them and return true onf first match.

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

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