aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2011-05-20 21:15:36 +0000
committervladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2011-05-20 21:15:36 +0000
commitbce8134d89f6932231140265e2ccbb12483f2874 (patch)
treedde6063e12613f1ad922e8c22eea9c8e116e8ba8
parent587c1b37c2f0b6d430fb13ce09326db0135b557c (diff)
downloadgoogletest-bce8134d89f6932231140265e2ccbb12483f2874.tar.gz
googletest-bce8134d89f6932231140265e2ccbb12483f2874.tar.bz2
googletest-bce8134d89f6932231140265e2ccbb12483f2874.zip
Adds a DLL-related section to Google Mock's README.
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index aa3283d7..e414f3a6 100644
--- a/README
+++ b/README
@@ -265,7 +265,14 @@ If you want to use Boost's TR1 tuple library with Google Mock, please
refer to the Boost website (http://www.boost.org/) for how to obtain
it and set it up.
-### Tweaking Google Test ###
+### As a Shared Library (DLL) ###
+
+Google Mock is compact, so most users can build and link it as a static
+library for the simplicity. Google Mock can be used as a DLL, but the
+same DLL must contain Google Test as well. See Google Test's README
+file for instructions on how to set up necessary compiler settings.
+
+### Tweaking Google Mock ###
Most of Google Test's control macros apply to Google Mock as well.
Please see file ${GTEST_DIR}/README for how to tweak them.