summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-07-25 12:35:15 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-07-25 12:35:15 +0800
commit878323ad8eec89b1b0c901942368b0c5e66f563b (patch)
tree3a450df96adfa6b0edf27633eef97d3fdb02e94e
parentab1771edfa8c029579c38be0806704755e9208dd (diff)
downloadatk-878323ad8eec89b1b0c901942368b0c5e66f563b.tar.gz
Update VS README.txt's
Tell people that ATK should not be built in paths with spaces in them.
-rw-r--r--build/win32/vs10/README.txt7
-rw-r--r--build/win32/vs9/README.txt3
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