From 42fe824111ef711d872204c0f4521c109e3472c5 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 21 Jan 2014 15:27:40 +0800 Subject: 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 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 -- cgit v1.2.1