vcmake.bat
changeset 2887 cf388f00c57d
parent 2758 cf62b16c9bc1
child 2925 a16957cdf80e
child 3095 5843e7139014
equal deleted inserted replaced
2886:923fc1513266 2887:cf388f00c57d
     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 "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
     8 	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
     9 )
     9 )
    10 make.exe -N -f bc.mak -DUSEVC %*
    10 make.exe -N -f bc.mak -DUSEVC %*
    11 
    11 
    12 
    12