[gobject-introspection] Visual Studio 2008 Build: Further Refinements



commit 42fe824111ef711d872204c0f4521c109e3472c5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jan 21 15:27:40 2014 +0800

    Visual Studio 2008 Build: Further Refinements
    
    Fix up more grammar stuff in the README.txt file, and fix the CLEANFILES
    line.

 build/win32/vs9/Makefile.am |    2 +-
 build/win32/vs9/README.txt  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index a385ce6..7662681 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -30,4 +30,4 @@ gi-install.vsprops: $(top_srcdir)/build/win32/vs9/gi-install.vspropsin gir.vs9.i
        $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gi-install.vspropsin >$@
        rm gir.vs9.install
 
-CLEANFILES = gir-install.vsprops
+CLEANFILES = gi-install.vsprops
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 2b74c4a..c7de4ee 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -74,12 +74,12 @@ should be done after successfully building the Project Files):
 
 PYTHON2: Full path to your Python 2.6.x/2.7.x interpretor (python.exe) if it is
          not in your PATH.  Please note that only 2.6.x and 2.7.x works at this time.
-         You need to use a x64/amd64 version of Python for x64 builds, and a Win32/x86
+         You need to use an x64/amd64 version of Python for x64 builds, and a Win32/x86
          version of Python for Win32/x86 builds
 PKG_CONFIG_PATH: Location of the .pc (pkg-config) files, especially for the GLib .pc files.
 MINGWDIR: Root installation folder for your Windows GCC (such as MinGW).  For example,
           if your gcc executable (gcc.exe) is in c:\mingw\bin, use "set MINGWDIR=c:\mingw"
-          You need to use a x64/amd64 version of gcc for x64 builds, and a Win32/x86
+          You need to use an x64/amd64 version of gcc for x64 builds, and a Win32/x86
           version of gcc for Win32/x86 builds
 
 GCC is currently needed to as the GCC preprocessor is used to create the introspection dump source


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]