bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Oct 2013 14:08:31 +0100
branchdevelopment
changeset 2814 342fbc21cc23
parent 2800 24e508459735
child 2817 96f3e2254489
permissions -rw-r--r--
Small fix in JavaMethod>>argAndVarNamesInContext: Label inaccessible locals as '<inaccessible>' instead of '???'

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak  %DEFINES% %*

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call bmake %1 %2
@cd ..

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