[cpp-msbuild] 02/02: SSPCPP-727 turn on Apache1.3 and 2.0 in the VC14 build.

Rod Widdowson rdw at steadingsoftware.com
Fri Feb 24 09:39:28 EST 2017


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=89d00b04d1b7a9a5b6703844fa55298e7a31537a

commit 89d00b04d1b7a9a5b6703844fa55298e7a31537a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 24 14:36:52 2017 +0000

    SSPCPP-727 turn on Apache1.3 and 2.0 in the VC14 build.
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-727
    
    NSAPI remains off.
---
 build.make | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/build.make b/build.make
index 1fb7351..8b3b936 100644
--- a/build.make
+++ b/build.make
@@ -8,13 +8,16 @@ VCVERSION=VC10
 
 !If "$(VCVERSION)" == "VC14"
 
-SERVER_MODULES_32="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_24"
-SERVER_MODULES_64=$(SERVER_MODULES_32)
+#SERVER_MODULES_32="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_24"
+#SERVER_MODULES_64=$(SERVER_MODULES_32)
+
+SERVER_MODULES_32="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_13";"Server Modules\mod_shib_20";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
+SERVER_MODULES_64="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
 
 !Else
 
 SERVER_MODULES_32="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_13";"Server Modules\mod_shib_20";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";"Server Modules\nsapi_shib"
-SERVER_MODULES_32="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";"Server Modules\nsapi_shib"
+SERVER_MODULES_64="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";"Server Modules\nsapi_shib"
 
 !Endif
 

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


More information about the commits mailing list