experiments/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 11 Sep 2015 16:22:17 +0100
changeset 3496 e1e02c2f3b94
parent 3309 a467328c29fd
child 3497 7cf1b16f69aa
permissions -rw-r--r--
Makefiles regenerated (to include changes for MINGW32/64 on WIndows)

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