summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 14:52:04 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 14:52:04 +0800
commit9b83fc68fb0f78615d71e2ef46784f97b753e8cc (patch)
tree29d4a76099435d6fb442bbb8708dcd85096ebbfa
parent1f0cb33fe563c762c91931e6a986226b21871eaa (diff)
downloadgobject-introspection-9b83fc68fb0f78615d71e2ef46784f97b753e8cc.tar.gz
build/win32/vs9: Minor Updates
Fix grammar and formatting of items, remove a line in the README.txt that is currently not true, and avoid including an extra property sheet that isn't really needed.
-rw-r--r--build/win32/vs9/README.txt1
-rw-r--r--build/win32/vs9/gi-extra-paths.vsprops2
-rw-r--r--build/win32/vs9/gi-gen-srcs.vsprops2
-rw-r--r--build/win32/vs9/girepository.vcprojin3
4 files changed, 4 insertions, 4 deletions
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index c94344bb..2b74c4a7 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -87,7 +87,6 @@ file, which is then compiled with the Visual C++ compiler to produce the .gir fi
Please see $(srcroot)\build\gi-introspection-msvc.mak for more details. Doing
"nmake -f gi-introspection-msvc.mak (options omitted)" will build the various introspection files,
-"nmake -f gi-introspection-msvc.mak tests-introspection" will build the introspection files for the tests,
and "nmake -f gi-introspection-msvc.mak (options omitted) install-introspection" will copy the introspection
files to <root>\vs9\<PlatformName>\share\gir-1.0 (.gir files) and <root>\vs9\<PlatformName>\lib\girepository-1.0
(.typelib files)
diff --git a/build/win32/vs9/gi-extra-paths.vsprops b/build/win32/vs9/gi-extra-paths.vsprops
index 83c1d416..4658fc21 100644
--- a/build/win32/vs9/gi-extra-paths.vsprops
+++ b/build/win32/vs9/gi-extra-paths.vsprops
@@ -10,7 +10,7 @@
Name="PythonDir"
Value="c:\\python27"
/>
- <!-- PythonDirX64 currently needs to point to a x86-64/x64 Python 2.6/2.7 installation -->
+ <!-- PythonDirX64 currently needs to point to an x86-64/x64 Python 2.6/2.7 installation -->
<UserMacro
Name="PythonDirX64"
Value="c:\\python27.x64"
diff --git a/build/win32/vs9/gi-gen-srcs.vsprops b/build/win32/vs9/gi-gen-srcs.vsprops
index 3b9c0b0d..82c7f68c 100644
--- a/build/win32/vs9/gi-gen-srcs.vsprops
+++ b/build/win32/vs9/gi-gen-srcs.vsprops
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="gigensrcsprops"
- InheritedPropertySheets=".\gi-extra-paths.vsprops"
+ InheritedPropertySheets=".\gi-build-defines.vsprops"
>
<UserMacro
Name="CopyConfigH"
diff --git a/build/win32/vs9/girepository.vcprojin b/build/win32/vs9/girepository.vcprojin
index 438aa3d4..37f7377a 100644
--- a/build/win32/vs9/girepository.vcprojin
+++ b/build/win32/vs9/girepository.vcprojin
@@ -174,7 +174,8 @@
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- > <File RelativePath="..\..\..\girepository\girepository.symbols">
+ >
+ <File RelativePath="..\..\..\girepository\girepository.symbols">
<FileConfiguration Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"