From: Rod Widdowson Date: Tue, 3 May 2016 10:32:38 +0000 (+0100) Subject: CPPOST-94 Convert to VC14: Fix CxxTest X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=49f4e0b2868c7bb7fe83e50c54d906789e613aa1 CPPOST-94 Convert to VC14: Fix CxxTest https://issues.shibboleth.net/jira/browse/CPPOST-94 Somewhere in the move of the vc10 project I removed a target directory in the perl scripts (I actually had removed them all but I thought I'd put them back). This fix makes sure that all the generated files in samlTest are in Projects\vc??\samltest (which is where the obj files go as well). --- diff --git a/Projects/vc10/samltest/samltest.vcxproj b/Projects/vc10/samltest/samltest.vcxproj index 173a19b..e05f8d9 100644 --- a/Projects/vc10/samltest/samltest.vcxproj +++ b/Projects/vc10/samltest/samltest.vcxproj @@ -326,16 +326,16 @@ %(RootDir)%(Directory)%(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) diff --git a/Projects/vc14/samltest/samltest.vcxproj b/Projects/vc14/samltest/samltest.vcxproj index 6bc6000..b6e353f 100644 --- a/Projects/vc14/samltest/samltest.vcxproj +++ b/Projects/vc14/samltest/samltest.vcxproj @@ -334,16 +334,16 @@ %(RootDir)%(Directory)%(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs) - perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(Filename)".cpp "%(FullPath)" + perl.exe -w $(CxxTestRoot)\cxxtestgen.pl --error-printer --have-eh --have-std --abort-on-fail -o "%(RootDir)%(Directory)%(Filename)".cpp "%(FullPath)" %(Filename).cpp;%(Outputs)