[cpp-sp] branch main updated: CPPSP-30 Rename new module libraries for SxS support

Rod Widdowson rdw at steadingsoftware.com
Thu Oct 30 20:11:19 UTC 2025


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

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=f4137d07461be4e3516de5dce69afc95affdb003

The following commit(s) were added to refs/heads/main by this push:
     new f4137d07 CPPSP-30 Rename new module libraries for SxS support
f4137d07 is described below

commit f4137d07461be4e3516de5dce69afc95affdb003
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 30 19:47:47 2025 +0000

    CPPSP-30 Rename new module libraries for SxS support
    
    Apache module called mod_shib4.so
---
 Projects/vc22/Apache.vcxproj | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Projects/vc22/Apache.vcxproj b/Projects/vc22/Apache.vcxproj
index 4f69400e..ac2b2b36 100644
--- a/Projects/vc22/Apache.vcxproj
+++ b/Projects/vc22/Apache.vcxproj
@@ -107,31 +107,37 @@
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <IncludePath>$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\include;$(SolutionDir)..\..\..\boost;$(SolutionDir)..\..\;$(IncludePath)</IncludePath>
     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)..\..\..\apache\Apache24-$(Platform)\lib;$(LibraryPath)</LibraryPath>
     <TargetExt>.so</TargetExt>
+    <TargetName>mod_shib4</TargetName>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list