<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 15, 2013 at 11:53 PM, Kurtnoise <span dir="ltr"><<a href="mailto:kurtnoise@free.fr" target="_blank">kurtnoise@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
XP plateforms require v110_xp as toolset instead of v110. Otherwise, applications don't run correctly on this plateform.<br>
<br>
This patch requires CMake 2.8.11. The flag dedicated to the toolset has been fixed in this version.<br>
<br>
Regards,<br>
Kurtnoise<br>
<br>
# HG changeset patch<br>
# User Kurtnoise <<a href="mailto:kurtnoise@free.fr" target="_blank">kurtnoise@free.fr</a>><br>
# Date 1381898006 -7200<br>
#      Wed Oct 16 06:33:26 2013 +0200<br>
# Node ID 723e554191e14e6289342043225e48<u></u>5e656c27d7<br>
# Parent  a998daed845922b3b880b48c0cafa3<u></u>2c422c941e<br>
Add Windows XP support in MSVC11 builds. This requires CMake 2.8.11 or later.<br>
<br>
diff -r a998daed8459 -r 723e554191e1 build/vc11-x86/make-solutions.<u></u>bat<br>
--- a/build/vc11-x86/make-<u></u>solutions.bat    Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/build/vc11-x86/make-<u></u>solutions.bat    Wed Oct 16 06:33:26 2013 +0200<br>
@@ -3,4 +3,4 @@<br>
 :: run this batch file to create a Visual Studion solution file for this project.<br>
 :: See the cmake documentation for other generator targets<br>
 ::<br>
-cmake -G "Visual Studio 11" ..\..\source && cmake-gui ..\..\source<br>
+cmake -G "Visual Studio 11" -T "v110_xp" ..\..\source && cmake-gui ..\..\source<br>
diff -r a998daed8459 -r 723e554191e1 build/vc11-x86_64/make-<u></u>solutions.bat<br>
--- a/build/vc11-x86_64/make-<u></u>solutions.bat    Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/build/vc11-x86_64/make-<u></u>solutions.bat    Wed Oct 16 06:33:26 2013 +0200<br>
@@ -3,4 +3,4 @@<br>
 :: run this batch file to create a Visual Studion solution file for this project.<br>
 :: See the cmake documentation for other generator targets<br>
 ::<br>
-cmake -G "Visual Studio 11 Win64" ..\..\source && cmake-gui ..\..\source<br>
+cmake -G "Visual Studio 11 Win64" -T "v110_xp" ..\..\source && cmake-gui ..\..\source<br></blockquote><div><br></div><div>I can't take this because it requires a new SP release of VC11 and there' s no clear way to test for that SP in this batch file.</div>
<div><br></div><div>This detail should go into the build/README and/or on the Wiki.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
diff -r a998daed8459 -r 723e554191e1 source/CMakeLists.txt<br>
--- a/source/CMakeLists.txt    Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/source/CMakeLists.txt    Wed Oct 16 06:33:26 2013 +0200<br>
@@ -7,7 +7,7 @@<br>
 endif()<br>
<br>
 project (x265)<br>
-cmake_minimum_required (VERSION 2.8.8) # OBJECT libraries require 2.8.8<br>
+cmake_minimum_required (VERSION 2.8.11) # OBJECT libraries require 2.8.11<br>
<br>
 # X265_BUILD must be incremented each time the public API is changed<br>
 set(X265_BUILD 1)<br></blockquote></div>-- <br>Steve Borho
</div></div>