Update VS README.txt's
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 25 Jul 2011 04:35:15 +0000 (12:35 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 25 Jul 2011 04:35:15 +0000 (12:35 +0800)
Tell people that ATK should not be built in paths with spaces in them.

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

index 6cfe3dd..8188336 100644 (file)
@@ -1,11 +1,12 @@
-Note that all this is rather experimental.\r
+Please do not build this package in a path that contains spaces to avoid\r
+possible problems during the build or during the usage of the library.\r
 \r
 This VS10 solution and the projects it includes are intented to be used\r
 in a ATK source tree unpacked from a tarball. In a git checkout you\r
 first need to use some Unix-like environment or manual work to expand\r
 the .in files needed, mainly config.h.win32.in into config.h.win32.\r
-You will also need to expand atk.vcprojin here into\r
-atk.vcproj.\r
+You will also need to expand atk.vcxprojin and atk.vcxproj.filtersin here\r
+into atk.vcxproj and atk.vcxproj.filters respectively.\r
 \r
 The dependencies for this package are gettext-runtime (libintl), GLib*\r
 and ZLib.\r
index 847430f..089e74b 100644 (file)
@@ -1,4 +1,5 @@
-Note that all this is rather experimental.\r
+Please do not build this package in a path that contains spaces to avoid\r
+possible problems during the build or during the usage of the library.\r
 \r
 This VS9 solution and the projects it includes are intented to be used\r
 in a ATK source tree unpacked from a tarball. In a git checkout you\r