aboutsummaryrefslogtreecommitdiff
path: root/vsprojects
diff options
context:
space:
mode:
authortemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-07-21 20:28:30 +0000
committertemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-07-21 20:28:30 +0000
commitcc930432c2823c3d82e0b8dd2ae4f446c82f4fce (patch)
tree034374c1b36c3acd45957c4fd294bb89d866ce02 /vsprojects
parente8564291e29c7bb07b626ee4b0c5e99e6b2270d3 (diff)
downloadprotobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.tar.gz
protobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.tar.bz2
protobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.zip
misc. stuff:
- Improved readmes. - Fixed incorrect definition of kint32min. - Fixed absolute output paths on Windows. - Added info to Java POM that will be required when we upload the package to a Maven repo.
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/vsprojects/readme.txt b/vsprojects/readme.txt
index 7f7278e0..b79f6006 100644
--- a/vsprojects/readme.txt
+++ b/vsprojects/readme.txt
@@ -7,7 +7,7 @@ Compiling and Installing
========================
1) Open protobuf.sln in Microsoft Visual Studio.
-2) Choose "Debug" or "Release" configuration as desired.
+2) Choose "Debug" or "Release" configuration as desired.*
3) From the Build menu, choose "Build Solution". Wait for compiling to finish.
4) From a command shell, run tests.exe and check that all tests pass.
5) Run extract_includes.bat to copy all the public headers into a separate
@@ -19,6 +19,11 @@ Compiling and Installing
8) Copy libprotobuf.{lib,dll} and libprotoc.{lib,dll} wherever you put
libraries.
+* To avoid conflicts between the MSVC debug and release runtime libraries, when
+ compiling a debug build of your application, you must link against a debug
+ build of libprotobuf.dll. Similarly, release builds must link against
+ release DLLs.
+
DLLs and Distribution
=====================