diff options
author | shiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386> | 2008-12-11 19:44:55 +0000 |
---|---|---|
committer | shiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386> | 2008-12-11 19:44:55 +0000 |
commit | 9dd55ad3667efe016ad3d4ada955915fe4e5f66a (patch) | |
tree | 6c09a9040e1712214b48d1427fd423cf0a1e48f4 /README | |
parent | c97f2f560bc6893b0b535b4312a161917c07854b (diff) | |
download | googletest-9dd55ad3667efe016ad3d4ada955915fe4e5f66a.tar.gz googletest-9dd55ad3667efe016ad3d4ada955915fe4e5f66a.tar.bz2 googletest-9dd55ad3667efe016ad3d4ada955915fe4e5f66a.zip |
Fixes incorrect build instructions on Windows.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |