examples/tomcat6/vcmake.bat
branchdevelopment
changeset 2711 a00302fe5083
parent 1938 7a770798a64a
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
     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%"