Hello Werner, i propose you to change an small thing on VC2010 build,
using proper configuration output depending build type (Release or Debug), i think better for not have issue during release.
Thank you Azzuro Azzuro Team MediaPortal (Tester) http://www.mediaportal.com On 11/09/2017 10:48, Werner LEMBERG wrote:
can you update the VC2010 project file for allow to build on recent visualstudio version. i join an patch to allow to build the project on many visual studio platform toolset.Applied to git repository. Thanks a lot! Werner
From 0fc9a9188b6ea14a1d10978f5a83819ed53866ae Mon Sep 17 00:00:00 2001 From: Azzuro <[email protected]> Date: Mon, 4 Dec 2017 14:24:11 +0100 Subject: [PATCH] Using proper configuration output for release or debug build. --- builds/windows/vc2010/freetype.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index 93e755a..26c1589 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> @@ -109,7 +109,7 @@ <ImportGroup Label="ExtensionSettings"> </ImportGroup> <PropertyGroup> - <OutDir>..\..\..\objs\$(Platform)\</OutDir> + <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir> <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\</IntDir> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules /> -- 2.10.2.windows.1
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
