[cpp-sp] 02/02: CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 19 14:25:55 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:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=99ded6f9946c13e6343c23d5eaf6fe48cb725179
commit 99ded6f9946c13e6343c23d5eaf6fe48cb725179
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 23 15:38:05 2025 +0100
CPPSP-12 Windows: Investigate making shibsp a static library (not a DLL)
https://shibboleth.atlassian.net/browse/CPPSP-12
Stage 2: Remove the redundant <Link> commands from the shibsp project
---
Projects/vc22/shibsp.vcxproj | 42 ------------------------------------------
1 file changed, 42 deletions(-)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index f7dee94f..7f4dfbaf 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -351,12 +351,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
@@ -373,14 +367,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
@@ -395,12 +381,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
@@ -415,12 +395,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
@@ -437,14 +411,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
@@ -461,14 +427,6 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4275;4250</DisableSpecificWarnings>
</ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableUAC>false</EnableUAC>
- <AdditionalDependencies>crypt32.lib;Winhttp.lib;Ws2_32.lib;$(IntDir)\NativeEventLog.res;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
<Lib>
<AdditionalDependencies>$(IntDir)\NativeEventLog.res;</AdditionalDependencies>
</Lib>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list