vcmake.bat
changeset 2931 e52dc0aad972
parent 2867 5eaed94714b3
child 3150 b5cc196f8976
equal deleted inserted replaced
2930:60ac412ce3f8 2931:e52dc0aad972
     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 ..\rules\vcsetup.bat
     9 )
     9 )
    10 
    10 
    11 make.exe -N -f bc.mak -DUSEVC %1 %2
    11 make.exe -N -f bc.mak -DUSEVC %1 %2