diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-02 08:39:54 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-09-02 08:41:01 +0800 |
commit | 275f1864d836e76ff36ff3f4473370e981679698 (patch) | |
tree | ab8817c1aa1d9ba5acad5a6ed147b4c4e09c17cd /build | |
parent | 8beda5806ae6fb5ad994edecda89ea1df6473ba6 (diff) | |
download | glib-275f1864d836e76ff36ff3f4473370e981679698.tar.gz glib-275f1864d836e76ff36ff3f4473370e981679698.tar.bz2 glib-275f1864d836e76ff36ff3f4473370e981679698.zip |
Update Visual C++ README.txt's a bit
LibFFI 3.0.10 is now out officially...
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 41140e0a4..69da5f4e1 100644 --- a/build/win32/vs10/README.txt +++ b/build/win32/vs10/README.txt @@ -28,8 +28,8 @@ One may wish to build his/her own ZLib-It is recommended that ZLib is built using the win32/Makefile.msc makefile with VS10 with the ASM routines
to avoid linking problems-see win32/Makefile.msc in ZLib for more details.
-For LibFFI, please get version 3.0.10rc8 or later, as Visual C++ build support
-was added in the 3.0.10(rc) release series. Please see the README file that
+For LibFFI, please get version 3.0.10 or later, as Visual C++ build support
+was added in the 3.0.10 release series. Please see the README file that
comes with the LibFFI source package for more details on how to build LibFFI
on Visual C++-please note that the mozilla-build package from Mozilla is needed
in order to build LibFFI on Windows.
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt index 9efdf4aa3..d760ce8ad 100644 --- a/build/win32/vs9/README.txt +++ b/build/win32/vs9/README.txt @@ -28,8 +28,8 @@ One may wish to build his/her own ZLib-It is recommended that ZLib is built using the win32/Makefile.msc makefile with VS9 with the ASM routines
to avoid linking problems-see win32/Makefile.msc in ZLib for more details.
-For LibFFI, please get version 3.0.10rc8 or later, as Visual C++ build support
-was added in the 3.0.10(rc) release series. Please see the README file that
+For LibFFI, please get version 3.0.10 or later, as Visual C++ build support
+was added in the 3.0.10 release series. Please see the README file that
comes with the LibFFI source package for more details on how to build LibFFI
on Visual C++-please note that the mozilla-build package from Mozilla is needed
in order to build LibFFI on Windows.
|