vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 15 Jan 2013 12:03:21 +0000
branchjv
changeset 12317 aac0f12a3327
parent 12309 1dceb2eb9139
child 12401 4714b9640528
child 12405 76f9a872362b
permissions -rwxr-xr-x
Updates in mergetool

@REM -------
@REM make using Microsoft Visual C compiler
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
    call ..\rules\vcsetup.bat
)
@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 -DUSEVC=1 %DEFINES% %*