vcmake.bat
branchjv
changeset 12401 4714b9640528
parent 12317 aac0f12a3327
parent 11824 8a246849d69a
child 12406 1fbd331e4489
equal deleted inserted replaced
12330:235b77901045 12401:4714b9640528
     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 	call ..\rules\vcsetup.bat
     9 )
     9 )
    10 @SET DEFINES=
    10 @SET DEFINES=
    11 @REM Kludge got Mercurial, cannot be implemented in Borland make
    11 @REM Kludge got Mercurial, cannot be implemented in Borland make
    12 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
    12 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
    13 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
    13 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
    14 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
    14 make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
    15 
    15 
    16 
    16 
    17 
       
    18