aboutsummaryrefslogtreecommitdiffstats
path: root/msvc
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-17 22:11:04 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-17 22:11:04 +0000
commit90c90f9250f19c3f3a5c2c0887c1d9e414afe41b (patch)
tree9b8569830d91673719c6ddc98667fb4e1e7f5a5c /msvc
parent4cd148e588c7433d12a143108c15127aa283407a (diff)
downloadgoogletest-90c90f9250f19c3f3a5c2c0887c1d9e414afe41b.tar.gz
googletest-90c90f9250f19c3f3a5c2c0887c1d9e414afe41b.tar.bz2
googletest-90c90f9250f19c3f3a5c2c0887c1d9e414afe41b.zip
Switches from Boost TR1 tuple to gtest's TR1 tuple.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/gmock_config.vsprops7
1 files changed, 1 insertions, 6 deletions
diff --git a/msvc/gmock_config.vsprops b/msvc/gmock_config.vsprops
index fa596ef9..a68c32e1 100644
--- a/msvc/gmock_config.vsprops
+++ b/msvc/gmock_config.vsprops
@@ -6,15 +6,10 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&quot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
- PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
+ AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
/>
<UserMacro
Name="GTestDir"
Value="../gtest"
/>
- <UserMacro
- Name="BoostDir"
- Value="../boost"
- />
</VisualStudioPropertySheet>