lccmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 27 Oct 2018 08:43:11 +0200
branchcvs_MAIN
changeset 3859 0c49a3597caa
parent 3309 a467328c29fd
permissions -rw-r--r--
#BUGFIX by cg class: JavaScannerBase class removed: #scanNumberFrom:

@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/experiments
@echo "***********************************"
@pushd experiments
@call lccmake %1 %2 || exit /b "%errorlevel%"
@popd

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@pushd tools
@call lccmake %1 %2 || exit /b "%errorlevel%"
@popd