analyzer/vcmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 07 Mar 2019 17:13:31 +0100
changeset 634 e63445bb2c9a
parent 220 491ee61e479f
child 502 1e45d3c96ec5
permissions -rw-r--r--
#value: moved to libbasic

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