vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 07 Feb 2013 19:06:59 +0100
changeset 764 2079b2fc065e
parent 711 b66fb67348bc
child 817 466f4cda13cd
permissions -rw-r--r--
automatically generated by browser

@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 ..\..\stx\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% %*