bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 18 May 2013 22:49:58 +0100
branchperformance-optimizations
changeset 2600 f8b6a8282e1d
parent 2595 77ab6e032c7f
child 2601 3d4b433fb25c
child 2648 f871848ecfa8
permissions -rw-r--r--
Use ZipArchive>>zipMembersByName to speed up getEntry 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/tools
@echo "***********************************"
@cd tools
@call bmake %1 %2
@cd ..

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