diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-12-03 15:15:26 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-12-03 15:15:26 +0800 |
commit | ca7d1cf957864fad0470c70511565c6b5def705d (patch) | |
tree | f1b83ff8e4385a808267d5f94465d018bac3cddc /build | |
parent | ed2e1ac3c6cbedef02e0753ad73bc91560280c30 (diff) | |
download | pango-ca7d1cf957864fad0470c70511565c6b5def705d.tar.gz |
build/win32/vs*/README.txt: Update build information
As there is no longer a pango_fc.sln solution file, tell the people to use
the *_fc configs if building PangoFT2 and PangoCairo with FreeType/
FontConfig support with the Visual Studio Projects is desired.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/README.txt | 4 | ||||
-rw-r--r-- | build/win32/vs9/README.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt index a73e9076..f2a2324b 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -69,8 +69,8 @@ The recommended build order for these dependencies: there with VS10)
-Cairo (inclusive of Cairo-GObject-if using GTK+-3.x)
-Use the pango_fc.sln solution if usage of fontconfig is desired; otherwise
-use the pango.sln solution.
+Use the *_fc configs if the usage of fontconfig is desired; otherwise
+use the configs that do not end with _fc.
*this* file you are now reading is thus located at
<root>\<this-pango-source-tree>\build\win32\vs10\README.txt.
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 58066efa..d02ed8e9 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -69,8 +69,8 @@ The recommended build order for these dependencies: there with VS9)
-Cairo (inclusive of Cairo-GObject-if using GTK+-3.x)
-Use the pango_fc.sln solution if usage of fontconfig is desired; otherwise
-use the pango.sln solution.
+Use the *_fc configs if the usage of fontconfig is desired; otherwise
+use the configs that do not end with _fc.
*this* file you are now reading is thus located at
<root>\<this-pango-source-tree>\build\win32\vs9\README.txt.
|