tools/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 04 Apr 2013 00:53:00 +0100
branchdevelopment
changeset 2482 109ed9ecf4f7
parent 2380 9195eccdcbd9
child 2731 13f5be2bf83b
permissions -rw-r--r--
Some more work on parser, AST and partitioner...

@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 (
    pushd ..\..\rules
    call vcsetup.bat
    popd
)
@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% %*