[cpp-msbuild] branch master updated: Fix VC10 build. no 64 bit NSAPI

Rod Widdowson rdw at steadingsoftware.com
Thu Jun 15 06:26:38 EDT 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=6e8ab6cd54621ad057f14f4d6765b80a3d2a2ff1

The following commit(s) were added to refs/heads/master by this push:
       new  6e8ab6c   Fix VC10 build.  no 64 bit NSAPI
6e8ab6c is described below

commit 6e8ab6cd54621ad057f14f4d6765b80a3d2a2ff1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 15 11:26:31 2017 +0100

    Fix VC10 build.  no 64 bit NSAPI
---
 build.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.make b/build.make
index 8b3b936..3da8749 100644
--- a/build.make
+++ b/build.make
@@ -17,7 +17,7 @@ SERVER_MODULES_64="Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcg
 !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_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"
+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"
 
 !Endif
 

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


More information about the commits mailing list