bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 18 Jan 2014 21:44:04 +0000
branchdevelopment
changeset 2974 36b5b06398b5
parent 2965 bac7022ca26a
child 2976 a384a02381c0
permissions -rw-r--r--
Fix in ByteArray>>_CHECKCAST:/_INSTANCEOF: (typo/copy paste error)

@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 ..