gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 36/36: W32 VS Project: fixed warning with external build


From: gnunet
Subject: [libmicrohttpd] 36/36: W32 VS Project: fixed warning with external build systems
Date: Thu, 01 Jun 2023 12:30:41 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4ddb80153cf400c1823eb772e9b54c4ef343fc7a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 30 15:41:31 2023 +0300

    W32 VS Project: fixed warning with external build systems
---
 w32/common/common-build-settings.props | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/w32/common/common-build-settings.props 
b/w32/common/common-build-settings.props
index 5d106ccb..4a702d19 100644
--- a/w32/common/common-build-settings.props
+++ b/w32/common/common-build-settings.props
@@ -3,9 +3,9 @@
   <PropertyGroup Label="UserMacros">
     <!-- Target minimum OS version: WinXP = 0; Vista = 1; Win7 = 2; Win8 = 3...
          Only 0, 1 and 3 are used currently -->
-    <TargetOSLevel Condition="$(Platform.StartsWith('ARM'))">3</TargetOSLevel>
-    <TargetOSLevel Condition="! $(Platform.StartsWith('ARM')) And 
$(PlatformToolset.EndsWith('_xp'))">0</TargetOSLevel>
-    <TargetOSLevel Condition="! $(Platform.StartsWith('ARM')) And ! 
$(PlatformToolset.EndsWith('_xp'))">1</TargetOSLevel>
+    <TargetOSLevel 
Condition="$(Platform.ToLowerInvariant().StartsWith('arm'))">3</TargetOSLevel>
+    <TargetOSLevel Condition="! 
$(Platform.ToLowerInvariant().StartsWith('arm')) And 
$(PlatformToolset.EndsWith('_xp'))">0</TargetOSLevel>
+    <TargetOSLevel Condition="! 
$(Platform.ToLowerInvariant().StartsWith('arm')) And ! 
$(PlatformToolset.EndsWith('_xp'))">1</TargetOSLevel>
     <MhdNumBits Condition="$(Platform.EndsWith('64'))">64</MhdNumBits>
     <MhdNumBits Condition="! $(Platform.EndsWith('64'))">32</MhdNumBits>
   </PropertyGroup>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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