vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 25 Feb 2013 12:15:35 +0100
changeset 2396 fadc6d7a2f5b
parent 2359 45018a56e6d1
child 2402 722ba8537c2b
permissions -rw-r--r--
Updated to rev 009a0df3afce

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