aboutsummaryrefslogtreecommitdiff
path: root/vsprojects
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-01 02:16:55 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-01 02:16:55 +0000
commit9270a99d2e64d08a438729522330d1f1bd1e4716 (patch)
treeeaea16c256e2518b4c290c7b1a4ab8af10093aa1 /vsprojects
parente6607e3963f7d2cad152a3da19c9e747bcb9789d (diff)
downloadprotobuf-9270a99d2e64d08a438729522330d1f1bd1e4716.tar.gz
protobuf-9270a99d2e64d08a438729522330d1f1bd1e4716.tar.bz2
protobuf-9270a99d2e64d08a438729522330d1f1bd1e4716.zip
Make DLLs work again.
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/vsprojects/readme.txt b/vsprojects/readme.txt
index 0d1ea62f..288345ad 100644
--- a/vsprojects/readme.txt
+++ b/vsprojects/readme.txt
@@ -36,7 +36,8 @@ build libprotobuf and libprotoc as DLLs if you really want. To do this,
do the following:
1) Open protobuf.sln in MSVC.
- 2) For each of the projects libprotobuf and libprotoc, do the following:
+ 2) For each of the projects libprotobuf, libprotobuf-lite, and libprotoc, do
+ the following:
2a) Right-click the project and choose "properties".
2b) From the side bar, choose "General", under "Configuration Properties".
2c) Change the "Configuration Type" to "Dynamic Library (.dll)".