[cpp-msbuild] branch master updated: Fix mis-named solution file.
Scott Cantor
cantor.2 at osu.edu
Mon May 21 19:08:59 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor 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=0dbc21cb9564aaa374c8ec1d0e4e12215444759d
The following commit(s) were added to refs/heads/master by this push:
new 0dbc21c Fix mis-named solution file.
0dbc21c is described below
commit 0dbc21cb9564aaa374c8ec1d0e4e12215444759d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 21 19:08:55 2018 -0400
Fix mis-named solution file.
---
build.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.make b/build.make
index bd9032c..55b12b3 100644
--- a/build.make
+++ b/build.make
@@ -87,19 +87,19 @@ shibsp64: saml64
saml32: xmltooling32
title SAML Release Build - 32 bit
cd $(SAMLROOT)\Projects\$(VCVERSION)
- msbuild /property:Platform=Win32;Configuration=Release /maxcpucount cpp-opensaml2.sln /t:saml;samlsign
+ msbuild /property:Platform=Win32;Configuration=Release /maxcpucount cpp-opensaml.sln /t:saml;samlsign
!if "$(DEBUG_INSTALLER)" != ""
title SAML Debug Build - 32 bit
- msbuild /property:Platform=Win32;Configuration=Debug /maxcpucount cpp-opensaml2.sln /t:saml;samlsign
+ msbuild /property:Platform=Win32;Configuration=Debug /maxcpucount cpp-opensaml.sln /t:saml;samlsign
!endif
saml64: xmltooling64
cd $(SAMLROOT)\Projects\$(VCVERSION)
title SAML Release Build - 64 bit
- msbuild /property:Platform=x64;Configuration=Release /maxcpucount cpp-opensaml2.sln /t:saml;samlsign
+ msbuild /property:Platform=x64;Configuration=Release /maxcpucount cpp-opensaml.sln /t:saml;samlsign
!if "$(DEBUG_INSTALLER)" != ""
title SAML Debug Build - 64 bit
- msbuild /property:Platform=x64;Configuration=Debug /maxcpucount cpp-opensaml2.sln /t:saml;samlsign
+ msbuild /property:Platform=x64;Configuration=Debug /maxcpucount cpp-opensaml.sln /t:saml;samlsign
!endif
xmltooling32:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list