vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 19 Feb 2015 06:07:58 +0000
changeset 825 daa2a57953af
parent 780 c45cc4cd91f0
permissions -rw-r--r--
Dependencies: made jn:refactoring_custom/patches a referenced prerequisite ...so it gets loaded before jn:refactoring_custom which requires it.

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