summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 15:27:40 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 15:27:40 +0800
commit42fe824111ef711d872204c0f4521c109e3472c5 (patch)
tree3ec5aac48894d887b0a1e74ac1024e019468f62d
parenta24c80dbc8632ce7c38f32f991c9998381c5de54 (diff)
downloadgobject-introspection-42fe824111ef711d872204c0f4521c109e3472c5.tar.gz
Visual Studio 2008 Build: Further Refinements
Fix up more grammar stuff in the README.txt file, and fix the CLEANFILES line.
-rw-r--r--build/win32/vs9/Makefile.am2
-rw-r--r--build/win32/vs9/README.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index a385ce65..76626819 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 2b74c4a7..c7de4ee1 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