[glib] Update VS2008/2010 README.txt



commit 707e011061fa7dcdaddca686a351ba3bdde5ffe9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sun May 1 09:42:22 2011 +0800

    Update VS2008/2010 README.txt
    
    Tell people about the usage of ZLib to avoid the
    problem such as the one mentioned in Bug 633977

 build/win32/vs10/README.txt |    6 +++++-
 build/win32/vs9/README.txt  |    4 ++++
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 19eae50..2e4e587 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -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
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 9a96616..21d442e 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -14,6 +14,10 @@ builds, and correspondingly
 http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit
 builds. 
 
+One may wish to build his/her own ZLib-It is recommended that ZLib is
+built using the win32/Makefile.msc makefile with VS9 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
 with VS9 with unicode support using the /MD (release) or /MDd (debug)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]