[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/05: W32 VS projects: unified output and intermediate
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/05: W32 VS projects: unified output and intermediate directories |
Date: |
Mon, 01 May 2023 19:47:35 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 36c7101c533691a8775adf361ef0822e90587cac
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon May 1 14:57:24 2023 +0300
W32 VS projects: unified output and intermediate directories
---
w32/common/common-build-settings.vcxproj | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/w32/common/common-build-settings.vcxproj
b/w32/common/common-build-settings.vcxproj
index bbf3205e..41b8f64a 100644
--- a/w32/common/common-build-settings.vcxproj
+++ b/w32/common/common-build-settings.vcxproj
@@ -9,11 +9,7 @@
<PropertyGroup>
<IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath>
</PropertyGroup>
- <PropertyGroup Condition="'$(Platform)'=='Win32'">
- <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
- <OutDir>$(SolutionDir)Output\</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Platform)'=='x64'">
+ <PropertyGroup>
<IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\$(Platform)\</IntDir>
<OutDir>$(SolutionDir)Output\$(Platform)\</OutDir>
</PropertyGroup>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.