lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 18 May 2013 22:49:58 +0100
branchperformance-optimizations
changeset 2600 f8b6a8282e1d
parent 2595 77ab6e032c7f
child 2601 3d4b433fb25c
child 2648 f871848ecfa8
permissions -rw-r--r--
Use ZipArchive>>zipMembersByName to speed up getEntry native.

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