libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 974314357d5c270cc8f974e05e968ba2adac2429
parent 1cbf43c0a06fc288ca58a08319274a2f58266f5c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  3 Dec 2015 11:52:59 +0000

VS projects: prefer building by x64 tools

Diffstat:
Mw32/VS2013/hellobrowser.vcxproj | 3+++
Mw32/VS2013/libmicrohttpd.vcxproj | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/w32/VS2013/hellobrowser.vcxproj b/w32/VS2013/hellobrowser.vcxproj @@ -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> diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj @@ -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>