summaryrefslogtreecommitdiff
path: root/win32/vs10/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs10/README.txt')
-rw-r--r--win32/vs10/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/vs10/README.txt b/win32/vs10/README.txt
index 80ea7bd..40f8a7d 100644
--- a/win32/vs10/README.txt
+++ b/win32/vs10/README.txt
@@ -79,12 +79,12 @@ your GLib sources in <root>\ and build it from there, following the
instructions in <root>\glib<-version>\win32\vs10, so that the required
headers, EXEs, DLLs and LIBs will end up in
<root>\vs10\<PlatformName>\include\glib-2.0 (headers)
-<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)
+<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibconfig.h)
<root>\vs10\<PlatformName>\bin (EXEs/DLLs)
respectively.
-Building introspection files are now integrated in the build process of the
-solution files. In order for this to work, ensure that PythonDir (32-bit builds)
+Building introspection files is now integrated in the solution files, but this is
+not built by default. In order for this to work, ensure that PythonDir (32-bit builds)
or PythonDirX64 (x64 builds) are set at the installation directory of where your
Python installation is. Please note the following:
@@ -94,8 +94,8 @@ Python installation is. Please note the following:
-g-ir-scanner needs to be found at <root>\vs10\<PlatformName>\bin, and the
other Python items needs to be under <root>\vs10\<PlatformName>\lib\gobject-introspection.
--If this fails, the other parts of the build/"install" will still continue to proceed
- normally, so this is optional.
+-Use the rebuild command on this project, atk-introspect, to re-build or build for other
+ configurations.
After the build of ATK, the "install" project will copy build results
and headers into their appropriate location under <root>\vs10\<PlatformName>.