[gobject-introspection] build/win32/vs9: Minor Updates



commit 9b83fc68fb0f78615d71e2ef46784f97b753e8cc
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jan 21 14:52:04 2014 +0800

    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.

 build/win32/vs9/README.txt             |    1 -
 build/win32/vs9/gi-extra-paths.vsprops |    2 +-
 build/win32/vs9/gi-gen-srcs.vsprops    |    2 +-
 build/win32/vs9/girepository.vcprojin  |    3 ++-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index c94344b..2b74c4a 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 83c1d41..4658fc2 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 3b9c0b0..82c7f68 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 438aa3d..37f7377 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"


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