vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 20 Mar 2019 12:46:39 +0000
changeset 181 33b61ec94acf
parent 120 73877848ea7f
permissions -rw-r--r--
Documentation: updated GDB build instructions * update required package list for Ubuntu 19.04 * update recipe for Windows

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