vcmake.bat
changeset 8937 0f8de4ffb908
parent 8823 81816404ab6a
child 9774 5bde45b1c359
equal deleted inserted replaced
8936:79a77a604753 8937:0f8de4ffb908
     1 
     1 @REM -------
     2 REM -------
     2 @REM make using microsoft visual c
     3 REM make using microsoft visual c
     3 @REM type vcmake, and wait...
     4 REM type vcmake, and wait...
     4 @REM do not edit - automatically generated from ProjectDefinition
     5 REM do not edit - automatically generated from ProjectDefinition
     5 @REM -------
     6 REM -------
       
     7 make.exe -N -f bc.mak USEVC=1 %1 %2
     6 make.exe -N -f bc.mak USEVC=1 %1 %2
     8 
     7 
     9 
     8