vcmake.bat
author Patrik Svestka <patrik.svestka@gmail.com>
Fri, 19 Feb 2021 13:58:24 +0100
branchjv
changeset 2603 6ac9ae0a4987
parent 2078 9d76442a61bb
permissions -rw-r--r--
Test for a header change in ChangeSet >> #fileOutAs:

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