transforms/vcmake.bat
changeset 97 2a7827f4dce2
parent 10 3813193bdf4e
child 111 44ac233b2f83
equal deleted inserted replaced
96:85e395d8e3d7 97:2a7827f4dce2
     1 @REM -------
     1 @REM -------
     2 @REM make using microsoft visual c
     2 @REM make using microsoft visual c
     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 make.exe -N -f bc.mak -DUSEVC %1 %2
     6 
       
     7 @if not defined VSINSTALLDIR (
       
     8 	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
       
     9 )
       
    10 make.exe -N -f bc.mak -DUSEVC %*
     7 
    11 
     8 
    12