[cpp-msbuild] branch master updated: SSPCPP-752 Fully turn on NSAPI build and install
Rod Widdowson
rdw at steadingsoftware.com
Tue Mar 20 12:44:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=1997fa466b23f3332951e38b6084b52e631d6ceb
The following commit(s) were added to refs/heads/master by this push:
new 1997fa4 SSPCPP-752 Fully turn on NSAPI build and install
1997fa4 is described below
commit 1997fa466b23f3332951e38b6084b52e631d6ceb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 20 13:38:21 2018 +0000
SSPCPP-752 Fully turn on NSAPI build and install
https://issues.shibboleth.net/jira/browse/SSPCPP-752
---
build.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/build.make b/build.make
index 56629ae..b84f4f2 100644
--- a/build.make
+++ b/build.make
@@ -14,11 +14,12 @@ VCVERSION=VC15
!endif
!endif
+NSAPI_MODULE="Server Modules\nsapi_shib"
-SERVER_MODULES_32=shibd;"Server Modules\isapi_shib";"Server Modules\iis7_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
+SERVER_MODULES_32=shibd;"Server Modules\isapi_shib";"Server Modules\iis7_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";$(NSAPI_MODULE)
SERVER_MODULES_64=shibd;"Server Modules\isapi_shib";"Server Modules\iis7_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
# fastCGI: "Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder"
-# NSAPI: "Server Modules\nsapi_shib"
+
#
# The targets. We want to build the two installers
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list