bmake.bat
author Marcel Hlopko <marcel.hlopko@fit.cvut.cz>
Tue, 18 Dec 2012 18:36:27 +0100
branchdevelopment
changeset 1906 10ab7260ffa7
parent 1876 482ad5ebe5da
child 2380 9195eccdcbd9
permissions -rw-r--r--
testing jenkins automatic builds

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