vcmake.bat
changeset 471 57f4f59db0aa
parent 443 aa3053af1d3a
child 557 ed5d2509fba8
equal deleted inserted replaced
470:e8d179dec519 471:57f4f59db0aa
     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 @if not defined VSINSTALLDIR (
     7 @if not defined VSINSTALLDIR (
     7 	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
     8     call ..\..\rules\vcsetup.bat
     8 )
     9 )
     9 make.exe -N -f bc.mak -DUSEVC %1 %2
    10 make.exe -N -f bc.mak -DUSEVC %*
       
    11 
       
    12