From 34baac76da0f1583abbd3282debd8f1277edfd62 Mon Sep 17 00:00:00 2001 From: mat007 Date: Wed, 1 Aug 2012 10:36:00 +0000 Subject: [PATCH] Updated vc80 project files git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@540 860be788-9bd5-4423-9f1e-828f051e677b --- build/vc80/bench_test.vcproj | 226 ------------------------------- build/vc80/errors_test.vcproj | 245 ---------------------------------- build/vc80/turtle.sln | 12 -- build/vc80/turtle.vcproj | 178 ++++++++++++++---------- build/vc80/turtle_test.vcproj | 46 ++++--- 5 files changed, 136 insertions(+), 571 deletions(-) delete mode 100644 build/vc80/bench_test.vcproj delete mode 100644 build/vc80/errors_test.vcproj diff --git a/build/vc80/bench_test.vcproj b/build/vc80/bench_test.vcproj deleted file mode 100644 index b34fd3d..0000000 --- a/build/vc80/bench_test.vcproj +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/vc80/errors_test.vcproj b/build/vc80/errors_test.vcproj deleted file mode 100644 index 48166cf..0000000 --- a/build/vc80/errors_test.vcproj +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/vc80/turtle.sln b/build/vc80/turtle.sln index 7905ec4..cb445ec 100644 --- a/build/vc80/turtle.sln +++ b/build/vc80/turtle.sln @@ -4,10 +4,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "turtle", "turtle.vcproj", " EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "turtle_test", "turtle_test.vcproj", "{74810A2A-33D8-47D6-9A50-71261F1683F5}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_test", "bench_test.vcproj", "{2D607783-30B9-46DE-81E2-28513B31D5D2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "errors_test", "errors_test.vcproj", "{231E907C-7B55-4128-B9EF-AB5B8042898D}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug|Win32 = debug|Win32 @@ -22,14 +18,6 @@ Global {74810A2A-33D8-47D6-9A50-71261F1683F5}.debug|Win32.Build.0 = debug|Win32 {74810A2A-33D8-47D6-9A50-71261F1683F5}.release|Win32.ActiveCfg = release|Win32 {74810A2A-33D8-47D6-9A50-71261F1683F5}.release|Win32.Build.0 = release|Win32 - {2D607783-30B9-46DE-81E2-28513B31D5D2}.debug|Win32.ActiveCfg = debug|Win32 - {2D607783-30B9-46DE-81E2-28513B31D5D2}.debug|Win32.Build.0 = debug|Win32 - {2D607783-30B9-46DE-81E2-28513B31D5D2}.release|Win32.ActiveCfg = release|Win32 - {2D607783-30B9-46DE-81E2-28513B31D5D2}.release|Win32.Build.0 = release|Win32 - {231E907C-7B55-4128-B9EF-AB5B8042898D}.debug|Win32.ActiveCfg = debug|Win32 - {231E907C-7B55-4128-B9EF-AB5B8042898D}.debug|Win32.Build.0 = debug|Win32 - {231E907C-7B55-4128-B9EF-AB5B8042898D}.release|Win32.ActiveCfg = release|Win32 - {231E907C-7B55-4128-B9EF-AB5B8042898D}.release|Win32.Build.0 = release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/build/vc80/turtle.vcproj b/build/vc80/turtle.vcproj index 336d337..86c69b1 100644 --- a/build/vc80/turtle.vcproj +++ b/build/vc80/turtle.vcproj @@ -153,30 +153,6 @@ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > - - - - - - - - - - - - @@ -189,40 +165,12 @@ RelativePath="..\..\turtle\constraints.hpp" > - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc80/turtle_test.vcproj b/build/vc80/turtle_test.vcproj index 1ec21fc..50d4fc0 100644 --- a/build/vc80/turtle_test.vcproj +++ b/build/vc80/turtle_test.vcproj @@ -39,7 +39,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zm172" Optimization="0" - AdditionalIncludeDirectories="../../../..; ../../include" + AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -123,7 +123,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zm162" Optimization="2" - AdditionalIncludeDirectories="../../../..; ../../include" + AdditionalIncludeDirectories=".." PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" BasicRuntimeChecks="0" RuntimeLibrary="2" @@ -194,10 +194,6 @@ RelativePath="..\..\test\mock_error.hpp" > - - @@ -206,22 +202,10 @@ RelativePath="..\..\test\test_error.cpp" > - - - - - - @@ -242,10 +226,30 @@ RelativePath="..\..\test\test_sequence.cpp" > - - + + + + + + + + + + +