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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="gmock_config"
6 >
7 <Tool
8 Name="VCCLCompilerTool"
9 AdditionalIncludeDirectories="&quot;$(BoostDir)/boost/tr1/tr1&qu ot;;&quot;$(BoostDir)&quot;;&quot;$(GTestDir)/include&quot;"
10 PreprocessorDefinitions="GTEST_HAS_TR1_TUPLE=1"
11 />
12 <UserMacro
13 Name="GTestDir"
14 Value="../gtest"
15 />
16 <UserMacro
17 Name="BoostDir"
18 Value="../boost"
19 />
20 </VisualStudioPropertySheet>
OLDNEW
« 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