Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Unified Diff: testing/gmock/msvc/gmock_config.vsprops

Issue 115846: Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/gmock/msvc/gmock-spec-builders_test.vcproj ('k') | testing/gmock/msvc/gmock_link_test.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock/msvc/gmock_config.vsprops
diff --git a/testing/gmock/msvc/gmock_config.vsprops b/testing/gmock/msvc/gmock_config.vsprops
new file mode 100644
index 0000000000000000000000000000000000000000..fa596ef928bea7b083c87519e5e527f962b87813
--- /dev/null
+++ b/testing/gmock/msvc/gmock_config.vsprops
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="gmock_config"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&quot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
+ PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
+ />
+ <UserMacro
+ Name="GTestDir"
+ Value="../gtest"
+ />
+ <UserMacro
+ Name="BoostDir"
+ Value="../boost"
+ />
+</VisualStudioPropertySheet>
« no previous file with comments | « testing/gmock/msvc/gmock-spec-builders_test.vcproj ('k') | testing/gmock/msvc/gmock_link_test.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698