[atk] Update VS README.txt's



commit 878323ad8eec89b1b0c901942368b0c5e66f563b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jul 25 12:35:15 2011 +0800

    Update VS README.txt's
    
    Tell people that ATK should not be built in paths with spaces in them.

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



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