[cpp-msbuild] 01/02: SSPCPP-689 Move SP's projects files into the Projects dir
Rod Widdowson
rdw at steadingsoftware.com
Sun May 1 09:06:12 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-msbuild.
commit 47efa4c7ea14356188ae2969990cc311f4cb8d92
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 1 13:31:17 2016 +0100
SSPCPP-689 Move SP's projects files into the Projects dir
https://issues.shibboleth.net/jira/browse/SSPCPP-689
---
build.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.make b/build.make
index f0cfac7..25cdd5b 100644
--- a/build.make
+++ b/build.make
@@ -70,11 +70,11 @@ xmltooling64:
msbuild /property:Platform=x64;Configuration=Debug /maxcpucount cpp-xmltooling.sln /t:xmltooling;xmltooling-lite
exe32: shibsp32
- cd $(SPROOT)
+ cd $(SPROOT)\Projects\$(VCVERSION)
msbuild /property:Platform=Win32;Configuration=Release /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"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"
msbuild /property:Platform=Win32;Configuration=Debug /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"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"
exe64: shibsp64
- cd $(SPROOT)
+ cd $(SPROOT)\Projects\$(VCVERSION)
msbuild /property:Platform=x64;Configuration=Release /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
msbuild /property:Platform=x64;Configuration=Debug /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list