mingwmake.bat
author Marcel Hlopko <marcel.hlopko@gmail.com>
Tue, 01 Oct 2013 22:58:12 +0200
branchdevelopment
changeset 2755 2158564a90d1
parent 2737 83f8416e153c
child 2817 96f3e2254489
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 mingw gnu compiler
@REM type mingwmake, 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%"

@pushd ..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call mingwmake %1 %2
@cd ..

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