Minor updates to Visual C++ 2008 README.txt
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 18 May 2011 04:39:40 +0000 (12:39 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 18 May 2011 04:39:40 +0000 (12:39 +0800)
Make pathnames Windows-like... missed them just now. doh.

build/win32/vs9/README.txt

index 6225222..a053efb 100644 (file)
@@ -10,7 +10,7 @@ files.
 It is recommended that GLib is compiled with VS9 to compile Pango.\r
 External dependencies are at least Cairo,  zlib, libpng,\r
 gettext-runtime; optional dependencies include fontconfig, freetype,\r
-and expat.  Please see the build/win32/vs9/README.txt file in glib\r
+and expat.  Please see the build\win32\vs9\README.txt file in glib\r
 for details where to unpack them.\r
 \r
 Decide first whether you would want to use fontconfig (which also includes\r
@@ -26,7 +26,7 @@ caused by mixing calls to different CRTs can be kept at a minimum.
 zlib, libpng, and Cairo do contain support for compiling under VS9\r
 using VS project files and/or makefiles at this time of writing.\r
 For GLib, VS9 project files are available under\r
-$(srcroot)/build/vs9 in the case of GLib (stable/unstable).\r
+$(srcroot)\build\vs9 in the case of GLib (stable/unstable).\r
 \r
 There is no known official VS9 build support for fontconfig\r
 (along with freetype and expat which will work with the pre-compiled\r
@@ -52,11 +52,11 @@ Note: put the resulting zlib, libpng, pcre and Cairo files as follows:
 \r
 The recommended build order for these dependencies:\r
 (first unzip any dependent binaries downloaded from the ftp.gnome.org\r
- as described in the README.txt file in the build/win32/vs9 folder)\r
+ as described in the README.txt file in the build\win32\vs9 folder)\r
 -zlib\r
 -libpng\r
 -(optional for GLib) PCRE (version 8.12 or later, use of CMake to\r
-  build PCRE is recommended-see build/win32/vs9/README.txt of GLib)\r
+  build PCRE is recommended-see build\win32\vs9\README.txt of GLib)\r
 -GLib (put the sources in <root>\<GLib-Source-Tree>, and build it from\r
        there with VS9)\r
 -Cairo (inclusive of Cairo-GObject-if using GTK+-3.x)\r