From 878323ad8eec89b1b0c901942368b0c5e66f563b Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 25 Jul 2011 12:35:15 +0800 Subject: [PATCH] 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 -- 2.11.4.GIT