bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 06 Oct 2013 00:03:39 +0100
branchdevelopment
changeset 2800 24e508459735
parent 2788 b25c8b9e886a
parent 2755 2158564a90d1
child 2817 96f3e2254489
permissions -rw-r--r--
Merged 2fdee4f9e146 (tools support and fixes) and 7d5ffec2f654 (multivers fixes)

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