[gobject-introspection] MSVC builds: Rename "install" project



commit d02a834df1d1d3ab2c161fc6bea34d69d65a313d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Nov 12 17:14:01 2015 +0800

    MSVC builds: Rename "install" project
    
    Rename it to "gi-install" so that it will not conflict with the other
    projects in the GTK+ stack if used as a part of an all-in-one solution
    file.

 build/win32/vs10/Makefile.am                       |    2 +-
 .../vs10/{install.vcxproj => gi-install.vcxproj}   |    0
 build/win32/vs10/gobject-introspection.sln         |    2 +-
 build/win32/vs11/Makefile.am                       |    2 +-
 build/win32/vs12/Makefile.am                       |    2 +-
 build/win32/vs14/Makefile.am                       |    2 +-
 build/win32/vs9/Makefile.am                        |    2 +-
 .../vs9/{install.vcproj => gi-install.vcproj}      |    0
 build/win32/vs9/gobject-introspection.sln          |    2 +-
 9 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 297224c..c22e86c 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -29,7 +29,7 @@ EXTRA_DIST = \
        glib-print.vcxproj.filters      \
        _giscanner.vcxproj      \
        _giscanner.vcxproj.filters      \
-       install.vcxproj \
+       gi-install.vcxproj      \
        README.txt      \
        $(GENERATED_ITEMS)
 
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/gi-install.vcxproj
similarity index 100%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/gi-install.vcxproj
diff --git a/build/win32/vs10/gobject-introspection.sln b/build/win32/vs10/gobject-introspection.sln
index 49271a5..25bb921 100644
--- a/build/win32/vs10/gobject-introspection.sln
+++ b/build/win32/vs10/gobject-introspection.sln
@@ -17,7 +17,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-generate", "g-ir-gener
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-compiler", "g-ir-compiler.vcxproj", 
"{5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gi-install", "gi-install.vcxproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index 6dd3b65..9c19974 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = \
        glib-print.vcxproj.filters      \
        _giscanner.vcxproj      \
        _giscanner.vcxproj.filters      \
-       install.vcxproj \
+       gi-install.vcxproj      \
        README.txt
 
 DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index c4b8bc5..2ec8bd1 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = \
        glib-print.vcxproj.filters      \
        _giscanner.vcxproj      \
        _giscanner.vcxproj.filters      \
-       install.vcxproj \
+       gi-install.vcxproj      \
        README.txt
 
 DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs14/Makefile.am b/build/win32/vs14/Makefile.am
index f6138f2..cc95831 100644
--- a/build/win32/vs14/Makefile.am
+++ b/build/win32/vs14/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = \
        glib-print.vcxproj.filters      \
        _giscanner.vcxproj      \
        _giscanner.vcxproj.filters      \
-       install.vcxproj \
+       gi-install.vcxproj      \
        README.txt
 
 DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 0c5845d..725a18a 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
        g-ir-compiler.vcprojin  \
        g-ir-generate.vcproj    \
        glib-print.vcproj       \
-       install.vcproj  \
+       gi-install.vcproj       \
        _giscanner.vcproj       \
        README.txt      \
        $(GENERATED_ITEMS)
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/gi-install.vcproj
similarity index 100%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/gi-install.vcproj
diff --git a/build/win32/vs9/gobject-introspection.sln b/build/win32/vs9/gobject-introspection.sln
index 3edd58e..d6d4e54 100644
--- a/build/win32/vs9/gobject-introspection.sln
+++ b/build/win32/vs9/gobject-introspection.sln
@@ -40,7 +40,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-compiler", "g-ir-compi
                {442C007E-D901-41DA-9706-5DB4AFB4C06B} = {442C007E-D901-41DA-9706-5DB4AFB4C06B}
        EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gi-install", "gi-install.vcproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
        ProjectSection(ProjectDependencies) = postProject
                {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3} = {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}
                {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7}


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