vcmake.bat
changeset 33 9225c5b5c2be
parent 29 44bc6c85f95a
equal deleted inserted replaced
32:23d2385dd44c 33:9225c5b5c2be
     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     pushd ..\rules
       
     9     call vcsetup.bat
       
    10     popd
     9 )
    11 )
    10 make.exe -N -f bc.mak -DUSEVC %*
    12 @SET DEFINES=
       
    13 @REM Kludge got Mercurial, cannot be implemented in Borland make
       
    14 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
       
    15 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
       
    16 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
    11 
    17 
    12 
    18 
       
    19 
       
    20