vcmake.bat
branchjv
changeset 17976 50c2416f962a
parent 17941 3651a18f3703
child 18011 deb0c3355881
--- a/vcmake.bat	Mon Oct 29 17:05:17 2012 +0000
+++ b/vcmake.bat	Mon Oct 29 22:07:56 2012 +0000
@@ -1,11 +1,11 @@
 @REM -------
-@REM make using microsoft visual c
+@REM make using Microsoft Visual C compiler
 @REM type vcmake, and wait...
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
 
 @if not defined VSINSTALLDIR (
-	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
+    call ..\rules\vcsetup.bat
 )
 make.exe -N -f bc.mak -DUSEVC %*