vcmake.bat
branchjv
changeset 3126 d6be49d743b4
parent 3098 67aaf3fadffb
child 3158 f8c56a311307
equal deleted inserted replaced
3125:08d6603c4fe9 3126:d6be49d743b4
     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%"