Update VS2008/2010 README.txt
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sun, 1 May 2011 01:42:22 +0000 (09:42 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sun, 1 May 2011 01:42:22 +0000 (09:42 +0800)
Tell people about the usage of ZLib to avoid the
problem such as the one mentioned in Bug 633977

build/win32/vs10/README.txt
build/win32/vs9/README.txt

index 19eae50..2e4e587 100644 (file)
@@ -12,7 +12,11 @@ proxy-libintl-dev and zlib-dev zipfiles from
 http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ for 32-bit
 builds, and correspondingly
 http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit
-builds. 
+builds.
+
+One may wish to build his/her own ZLib-It is recommended that ZLib is
+built using the win32/Makefile.msc makefile with VS10 with the ASM routines
+to avoid linking problems-see win32/Makefile.msc in ZLib for more details.
 
 One may optionally use his/her own PCRE installation by selecting the
 (BuildType)_ExtPCRE configuration, but please note the PCRE must be built
index 9a96616..21d442e 100644 (file)
@@ -14,6 +14,10 @@ builds, and correspondingly
 http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit\r
 builds. \r
 \r
+One may wish to build his/her own ZLib-It is recommended that ZLib is\r
+built using the win32/Makefile.msc makefile with VS9 with the ASM routines\r
+to avoid linking problems-see win32/Makefile.msc in ZLib for more details.\r
+\r
 One may optionally use his/her own PCRE installation by selecting the\r
 (BuildType)_ExtPCRE configuration, but please note the PCRE must be built\r
 with VS9 with unicode support using the /MD (release) or /MDd (debug)\r