mercurial/monticello/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 08 Feb 2018 09:54:32 +0000
changeset 808 ae9fdbfa8ba4
parent 576 e1e0ef5ceb6f
permissions -rw-r--r--
Initial support of obsolete changesets * Added `HGChangeset >> isObsolete` testing method * Added `HGCHangeset >> successors` that returns immediaate sucessors changesets * Attempt to use an obsolete changeset would normally throw `HGObsoleteChangeset`

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