Imported Upstream version 1.4
[deb_x265.git] / build / vc11-x86 / build-all.bat
CommitLineData
72b9787e
JB
1@echo off\r
2if "%VS110COMNTOOLS%" == "" (\r
3 msg "%username%" "Visual Studio 11 not detected"\r
4 exit 1\r
5)\r
6if not exist x265.sln (\r
7 call make-solutions.bat\r
8)\r
9if exist x265.sln (\r
10 call "%VS110COMNTOOLS%\..\..\VC\vcvarsall.bat"\r
11 MSBuild /property:Configuration="Release" x265.sln\r
12 MSBuild /property:Configuration="Debug" x265.sln\r
13 MSBuild /property:Configuration="RelWithDebInfo" x265.sln\r
14)\r