vcmake.bat
branchjv
changeset 12626 7ae48abfedac
parent 12406 1fbd331e4489
parent 12588 9a628f7b049d
child 12627 cd43df2b0272
equal deleted inserted replaced
12625:482496b7e155 12626:7ae48abfedac
     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 ..\rules\vcsetup.bat
     8     pushd ..\rules
       
     9     call vcsetup.bat
       
    10     popd
     9 )
    11 )
    10 @SET DEFINES=
    12 @SET DEFINES=
    11 @REM Kludge got Mercurial, cannot be implemented in Borland make
    13 @REM Kludge got Mercurial, cannot be implemented in Borland make
    12 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
    14 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
    13 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
    15 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"