[cpp-sp] 01/03: Comments in build.bat

Codeberg noreply at shibboleth.net
Mon Mar 16 16:35:38 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/908eb7cd9d8d4c56102feceba17830ed94de90d8

commit 908eb7cd9d8d4c56102feceba17830ed94de90d8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 3 16:31:16 2026 +0000

    Comments in build.bat
---
 Projects/vc22/build.bat | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Projects/vc22/build.bat b/Projects/vc22/build.bat
index ffcd8e29..4eff5c6f 100644
--- a/Projects/vc22/build.bat
+++ b/Projects/vc22/build.bat
@@ -19,10 +19,8 @@ REM Build all the DLLS and the msiversion executable
 REM everything for x64
 msbuild -m /property:Platform=x64;Configuration=release /MaxCPUCount Shibboleth.sln /t:iis;NativeLogMessages;MsiVersion;Apache
 
-REM IIS only for Arm and x86
+REM IIS only for Arm64 and x86
 msbuild -m /property:Platform=arm64;Configuration=release /MaxCPUCount Shibboleth.sln /t:iis
-
-REM IIS only for x86
 msbuild -m /property:Platform=x86;Configuration=release /MaxCPUCount Shibboleth.sln /t:iis
 
 FOR /F "delims= tokens=* USEBACKQ" %%F IN (`x64\release\MsiVersion.exe`) DO (

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


More information about the commits mailing list