From ae2823fe101c0036a1781a2052a64e60709d5144 Mon Sep 17 00:00:00 2001 From: Derek Slaughter Date: Thu, 5 Dec 2024 15:54:39 -0500 Subject: [PATCH] Specify intermediate directory in MAP_dll.vcxproj to get build working on VS2022 when using IFX compiler --- vs-build/MAPlib/MAP_dll.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vs-build/MAPlib/MAP_dll.vcxproj b/vs-build/MAPlib/MAP_dll.vcxproj index 022b29cb38..db43418ded 100644 --- a/vs-build/MAPlib/MAP_dll.vcxproj +++ b/vs-build/MAPlib/MAP_dll.vcxproj @@ -1,4 +1,4 @@ - + @@ -75,6 +75,7 @@ MAP_$(PlatformName) true ..\..\build\bin\ +$(PlatformName)\$(ConfigurationName) false @@ -85,6 +86,7 @@ MAP_$(PlatformName) false ..\..\build\bin\ +$(PlatformName)\$(ConfigurationName)