summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386>2008-12-11 19:46:45 +0000
committershiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386>2008-12-11 19:46:45 +0000
commit15a536d7e69322832223df91934b49338e0c5fda (patch)
tree6c09a9040e1712214b48d1427fd423cf0a1e48f4
parent6c3a259cd903c5549fdb79be9392e03926cfe46b (diff)
downloadgooglemock-release-1.0.tar.gz
Fixes incorrect Windows build instructions in branches/release-1.0.release-1.0
git-svn-id: http://googlemock.googlecode.com/svn/branches/release-1.0@54 8415998a-534a-0410-bf83-d39667b30386
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index f51c9ba..5327768 100644
--- a/README
+++ b/README
@@ -248,8 +248,9 @@ To configure Boost as a system library.
directories.
To configure your project to point to that version of Boost, replace
-the value of the BoostDir user macro with C:\boost\boost_1_36_0 in the
-msvc/gtest_dep.vsprops file. You can use any text editor to edit that file.
+the value of the BoostDir user macro with C:\boost\v_1_36_0 in the
+msvc/gmock_config.vsprops file. You can use any text editor to edit
+that file.
If you want to use a version of Google Test other then the one bundled with
Google Mock, change the value of the GTestDir macro in gmock_config.vsprop