hello

i'm very sorry to contact you about this, but can you includ the patch to your repo please.

i would like to merge my local change (based on your current change + my patch ) to our build testing.

Thank you, and have nice day.

Azzuro.


On 05/12/2017 21:32, Azzuro wrote:

hello Alexei,

don't rush it can wait tomorrow, was only for know if you plan to push this change.

but thank you for your work and replied me


On 05/12/2017 19:39, Alexei Podtelezhnikov wrote:
Tonight? I’ll do it

Alexei A Podtelezhnikov, PhD

On Dec 5, 2017, at 12:31, Azzuro <[email protected] <mailto:[email protected]>> wrote:

Hello Werner.
Sorry to ask an second times, do you think to apply the patch ? Because i want release an big change on mediaportal and we use your repo as submodul.

Thank you Azzuro.

Envoyé par TypeApp <http://www.typeapp.com/r?b=11347>
Le 4 déc. 2017, à 14:52, Azzuro <[email protected] <mailto:[email protected]>> a écrit:

    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



_______________________________________________
Freetype-devel mailing list
[email protected] <mailto:[email protected]>
https://lists.nongnu.org/mailman/listinfo/freetype-devel

--
Azzuro
Team MediaPortal (Tester)
https://www.team-mediaportal.com/

--
Azzuro
Team MediaPortal (Tester)
https://www.team-mediaportal.com/

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

Reply via email to