diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-13 15:17:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-13 15:17:36 (GMT) |
commit | 2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb (patch) | |
tree | d00bae4e3b897ce575c5abe4a286d1429a150aaf /compat/zlib/contrib/vstudio/readme.txt | |
parent | 88e8f319eaabf10945c1b0533d35a14e53994997 (diff) | |
parent | d1756f468478c8b9e0b652ada83fcef2bd8082c0 (diff) | |
download | tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.zip tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.tar.gz tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.tar.bz2 |
merge trunk.
Add back Tcl_AddErrorInfo to stub table (it's still used by Tk 8.6)
Diffstat (limited to 'compat/zlib/contrib/vstudio/readme.txt')
-rw-r--r-- | compat/zlib/contrib/vstudio/readme.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/compat/zlib/contrib/vstudio/readme.txt b/compat/zlib/contrib/vstudio/readme.txt index 59c8b8b..bfdcd9d 100644 --- a/compat/zlib/contrib/vstudio/readme.txt +++ b/compat/zlib/contrib/vstudio/readme.txt @@ -1,4 +1,4 @@ -Building instructions for the DLL versions of Zlib 1.2.7
+Building instructions for the DLL versions of Zlib 1.2.8
========================================================
This directory contains projects that build zlib and minizip using
@@ -28,6 +28,11 @@ Build instructions for Visual Studio 2010 (32 bits or 64 bits) - Uncompress current zlib, including all contrib/* files
- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
+Build instructions for Visual Studio 2012 (32 bits or 64 bits)
+--------------------------------------------------------------
+- Uncompress current zlib, including all contrib/* files
+- Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
+
Important
---------
|