summaryrefslogtreecommitdiff
path: root/win32/vs10/README.txt
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-08-25 18:18:38 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-08-25 18:18:38 +0800
commitb7252037f86005bd6c2ef651cbe42b38141ae338 (patch)
tree1be7de9923c1db8d8ecc516d1ccbf5739c04d95d /win32/vs10/README.txt
parenteeb17499a57cfc8a83355b1e64056c433088cf32 (diff)
downloadgdk-pixbuf-b7252037f86005bd6c2ef651cbe42b38141ae338.tar.gz
build: Fix MSVC 201x build documentation
The vsX/VSX should not be vs9/VS9, but vs10/VS10 here, so that we talk about the right Visual Studio version here.
Diffstat (limited to 'win32/vs10/README.txt')
-rw-r--r--win32/vs10/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/vs10/README.txt b/win32/vs10/README.txt
index df81e92e6..a25e60b9d 100644
--- a/win32/vs10/README.txt
+++ b/win32/vs10/README.txt
@@ -128,14 +128,14 @@ introspection files. In order for this to work, check that the paths for
PythonDir (32-bit builds) and PythonDirX64 (x64 builds) are correct for your
system. Note that it must be the same Python installation that was used to
build GObject-Introspection (G-I), and a complete G-I build/installation
-needs to be found in <root>\vs9\<PlatformName>\. Note also that this is not
+needs to be found in <root>\vs10\<PlatformName>\. Note also that this is not
built by default, so you will need to right-click on the project to build it,
which will build and "install" the other projects that are normally built, if
those were not yet built. The introspection files that are built will be
-"installed" to <root>\vs9\<PlatformName>\share\gir-1.0 (the .gir file(s)) and
-<root>\vs9\<PlatformName>\lib\girepository-1.0 (the .typelib files(s)) upon
+"installed" to <root>\vs10\<PlatformName>\share\gir-1.0 (the .gir file(s)) and
+<root>\vs10\<PlatformName>\lib\girepository-1.0 (the .typelib files(s)) upon
successful build. for building this in a different configuration, therefore,
you will need to clean this project specifically and then rebuild.
--Chun-wei Fan <fanc999@yahoo.com.tw>
---(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)
+--(adapted from the GLib VS10 README.txt file originally written by Tor Lillqvist)