gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36718 - libmicrohttpd/w32/VS2013


From: gnunet
Subject: [GNUnet-SVN] r36718 - libmicrohttpd/w32/VS2013
Date: Thu, 3 Dec 2015 12:52:59 +0100

Author: Karlson2k
Date: 2015-12-03 12:52:59 +0100 (Thu, 03 Dec 2015)
New Revision: 36718

Modified:
   libmicrohttpd/w32/VS2013/hellobrowser.vcxproj
   libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj
Log:
VS projects: prefer building by x64 tools

Modified: libmicrohttpd/w32/VS2013/hellobrowser.vcxproj
===================================================================
--- libmicrohttpd/w32/VS2013/hellobrowser.vcxproj       2015-12-03 11:52:57 UTC 
(rev 36717)
+++ libmicrohttpd/w32/VS2013/hellobrowser.vcxproj       2015-12-03 11:52:59 UTC 
(rev 36718)
@@ -49,6 +49,9 @@
     <RootNamespace>hellobrowser</RootNamespace>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup>
+    <PreferredToolArchitecture>x64</PreferredToolArchitecture>
+  </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" 
Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>

Modified: libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj
===================================================================
--- libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj      2015-12-03 11:52:57 UTC 
(rev 36717)
+++ libmicrohttpd/w32/VS2013/libmicrohttpd.vcxproj      2015-12-03 11:52:59 UTC 
(rev 36718)
@@ -74,6 +74,9 @@
     <RootNamespace>libmicrohttpd</RootNamespace>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup>
+    <PreferredToolArchitecture>x64</PreferredToolArchitecture>
+  </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" 
Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]