From c48f5d82866065acd5e123ccb58f8a3425abd1e9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 11 Jul 2013 09:08:25 +0000 Subject: [PATCH] build.bat: use VS2012. git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1926 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.bat b/build.bat index b6f4df823..1cfa8febe 100644 --- a/build.bat +++ b/build.bat @@ -13,8 +13,8 @@ IF /I "%~1" == "-help" GOTO SHOWHELP IF /I "%~1" == "--help" GOTO SHOWHELP IF /I "%~1" == "/?" GOTO SHOWHELP -IF NOT DEFINED VS100COMNTOOLS ( - ECHO Visual Studio 2010 wasn't found +IF NOT DEFINED VS110COMNTOOLS ( + ECHO Visual Studio 2012 wasn't found GOTO EndWithError ) @@ -42,7 +42,7 @@ IF "%~1" == "" ( :START PUSHD "src" -CALL "%VS100COMNTOOLS%vsvars32.bat" x86 +CALL "%VS110COMNTOOLS%vsvars32.bat" x86 TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU... "%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" SubtitleEdit.sln^