# HG changeset patch # User Claus Gittinger # Date 1393964797 -3600 # Node ID fc87533a78a33ef550bf12af75413fb4a6ae1725 # Parent bb2ba4a5048a2084b1cb1ceef522185003127c17 initial checkin diff -r bb2ba4a5048a -r fc87533a78a3 analyzer/tests/vcmake.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/analyzer/tests/vcmake.bat Tue Mar 04 21:26:37 2014 +0100 @@ -0,0 +1,20 @@ +@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% %* + + + +