bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 12 Sep 2015 18:34:52 +0100
changeset 3497 7cf1b16f69aa
parent 3496 e1e02c2f3b94
child 3508 622620308fee
permissions -rw-r--r--
Makefiles regenerated again bmake.bat/mingwmake.bat commited in previous commit were messed up during a bug in stx:libbasic (introduced in 6807080edaa9,. fixed in 6d9fa06fa937)

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

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