lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 20 Sep 2013 02:03:08 +0100
branchdevelopment
changeset 2737 83f8416e153c
parent 2734 f56049613ff3
child 2755 2158564a90d1
permissions -rw-r--r--
Cleanup. Change source API in `Java` to return stream rather than string.

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

@echo "***********************************"
@echo "Buildung stx/libjava/examples
@echo "***********************************"
@cd examples
@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 ..