devtools/vcmake.bat
changeset 109 da79aa325993
parent 82 6a46602624ac
equal deleted inserted replaced
108:74afa1a03c47 109:da79aa325993
     1 @REM -------
     1 @REM -------
     2 @REM make using microsoft visual c
     2 @REM make using Microsoft Visual C compiler
     3 @REM type vcmake, and wait...
     3 @REM type vcmake, and wait...
     4 @REM do not edit - automatically generated from ProjectDefinition
     4 @REM do not edit - automatically generated from ProjectDefinition
     5 @REM -------
     5 @REM -------
     6 
     6 
     7 @if not defined VSINSTALLDIR (
     7 @if not defined VSINSTALLDIR (
     8 	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
     8     call ..\..\..\rules\vcsetup.bat
     9 )
     9 )
    10 make.exe -N -f bc.mak -DUSEVC %*
    10 @SET DEFINES=
       
    11 @REM Kludge got Mercurial, cannot be implemented in Borland make
       
    12 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
       
    13 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
       
    14 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
    11 
    15 
    12 
    16 
       
    17 
       
    18