build: change default BUILDTYPE of vcbuild.bat

From Debug to Release.
This commit is contained in:
Shigeki Ohtsu
2012-02-23 21:25:20 +09:00
committed by Ben Noordhuis
parent 491ec171ec
commit c1fcb1db99

View File

@@ -12,7 +12,7 @@ if /i "%1"=="--?" goto help
if /i "%1"=="/?" goto help
@rem Process arguments.
set config=Debug
set config=Release
set target=Build
set target_arch=ia32
set noprojgen=