lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 06 Sep 2013 02:45:44 +0200
changeset 2678 c865275e48a7
parent 2353 fa7400d022a0
child 2685 8ff7d38d3517
permissions -rw-r--r--
Updated to match Mercurial revision a00302fe5083 with two tweaks: - JavaConstants: conditional compilation of __ACX_MULTIVERS flag (not present in eXept's stc/librun) - JavaNativeMethod: disabled call to __jbindnative() (not present in eXept's librun)

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

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

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

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