vcmake.bat
changeset 7 019b26bd21a8
parent 0 739fe9b7253e
child 64 22eb1b8cfd39
equal deleted inserted replaced
6:84f5c7d57fcb 7:019b26bd21a8
     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 @if not defined VSINSTALLDIR (
       
     7 	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
       
     8 )
     6 make.exe -N -f bc.mak -DUSEVC %1 %2
     9 make.exe -N -f bc.mak -DUSEVC %1 %2
     7 
       
     8