tests/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 03 Jun 2015 08:48:59 +0100
changeset 482 9a7e7a05233f
parent 250 a5837d25e05b
child 502 1e45d3c96ec5
child 596 8ac1f283cf7a
permissions -rw-r--r--
Updated .mcz exporting code to include a commit message digest ...instead of just exported revision commit message.

@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% %*