bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 07 May 2013 13:31:03 +0100
branchdevelopment
changeset 2591 17d9c39d3ab4
parent 2585 14ab287e17ca
child 2595 77ab6e032c7f
permissions -rw-r--r--
Merged a98037ca2d11 and b09eaedf206a (branch java-exception-optimization)

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

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

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