[cpp-sp] branch main updated: Add Visual Studio redistibutables to the kit

Codeberg noreply at shibboleth.net
Tue Jun 16 13:34:57 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/514f3214de7413a71a2166e19396f95fc2a45713

The following commit(s) were added to refs/heads/main by this push:
     new 514f3214 Add Visual Studio redistibutables to the kit
514f3214 is described below

commit 514f3214de7413a71a2166e19396f95fc2a45713
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 16 14:35:09 2026 +0100

    Add Visual Studio redistibutables to the kit
---
 Projects/vc22/build.bat | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Projects/vc22/build.bat b/Projects/vc22/build.bat
index 6b879d98..82895240 100644
--- a/Projects/vc22/build.bat
+++ b/Projects/vc22/build.bat
@@ -37,6 +37,9 @@ mkdir kit\dist
 x64\Release\Version.exe > kit\dist\Version.txt
 echo 1 > kit\dist\InstallerVersion.txt
 
+mkdir kit\dist\redist
+copy  "%VCINSTALLDIR%\Redist\MSVC\v143\*" kit\dist\redist
+
 mkdir kit\dist\bin
 copy ..\..\WindowsInstall\update.bat kit\dist\bin\
 copy ..\..\WindowsInstall\setacl.bat kit\dist\bin\

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


More information about the commits mailing list