[cpp-sp] 02/02: SSPCPP-752 Add nsapi dlls to the msi payload

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 20 12:43:36 EDT 2018


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

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

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

commit 973ecea397aacd26de19948c249f99f01e432d63
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 20 16:41:31 2018 +0000

    SSPCPP-752 Add nsapi dlls to the msi payload
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-752
---
 msi/WiX/Installer.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/msi/WiX/Installer.make b/msi/WiX/Installer.make
index a4b394b..c620975 100644
--- a/msi/WiX/Installer.make
+++ b/msi/WiX/Installer.make
@@ -4,10 +4,12 @@ APACHE_MODS_X64=..\..\Build\$(MsVCVersion)\x64\Debug\mod_shib_22.so ..\..\Build\
 
 APACHE_MODS_X86=..\..\Build\$(MsVCVersion)\Debug\mod_shib_22.so ..\..\Build\$(MsVCVersion)\Debug\mod_shib_24.so \
 		..\..\Build\$(MsVCVersion)\Release\mod_shib_22.so ..\..\Build\$(MsVCVersion)\Release\mod_shib_24.so
+NSAPI_DLLS=..\..\Build\$(MsVCVersion)\Debug\nsapi_shib.dll ..\..\Build\$(MsVCVersion)\Release\nsapi_shib.dll
 !else
 APACHE_MODS_X64=..\..\Build\$(MsVCVersion)\x64\Release\mod_shib_22.so ..\..\Build\$(MsVCVersion)\x64\Release\mod_shib_24.so
 
 APACHE_MODS_X86=..\..\Build\$(MsVCVersion)\Release\mod_shib_22.so ..\..\Build\$(MsVCVersion)\Release\mod_shib_24.so
+NSAPI_DLLS=..\..\Build\$(MsVCVersion)\Release\nsapi_shib.dll
 !endif
 
 !If "$(MsVCVersion)" == "vc10"

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


More information about the commits mailing list