From 49f4e0b2868c7bb7fe83e50c54d906789e613aa1 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Tue, 3 May 2016 11:32:38 +0100 Subject: [PATCH] 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). --- Projects/vc10/samltest/samltest.vcxproj | 8 ++++---- Projects/vc14/samltest/samltest.vcxproj | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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) -- 2.1.4