bmake.bat
author Marcel Hlopko <marcel.hlopko@gmail.com>
Tue, 01 Oct 2013 22:58:12 +0200
branchdevelopment
changeset 2755 2158564a90d1
parent 2737 83f8416e153c
child 2800 24e508459735
permissions -rw-r--r--
temporarily add JavaConstantPool>>invalidateReferencesForClass The method is an alias of invalidateForClass. Only one of these will be used in the near future, but until then, alias method is needed for Java reloading tests.

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