bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 12 Nov 2013 01:31:21 +0000
branchdevelopment
changeset 2914 1f4c3054998c
parent 2908 064418faa2e3
child 2936 7a439bd8ae5b
permissions -rw-r--r--
Native java.lang.Object#clone() refactored to use ACX_CLOENABLE flag. This flag is used in optimized VM clone(). If not set, the VM falls back to smalltalk-implemented native.

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

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