summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 17:14:01 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-11-12 17:14:01 +0800
commitd02a834df1d1d3ab2c161fc6bea34d69d65a313d (patch)
tree188af9e21181568f9ffd11cd28b8587ee7ac1ad2
parentb335cd45ea745e63eaaabc474dc51b35045e0aee (diff)
downloadgobject-introspection-d02a834df1d1d3ab2c161fc6bea34d69d65a313d.tar.gz
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.
-rw-r--r--build/win32/vs10/Makefile.am2
-rw-r--r--build/win32/vs10/gi-install.vcxproj (renamed from build/win32/vs10/install.vcxproj)0
-rw-r--r--build/win32/vs10/gobject-introspection.sln2
-rw-r--r--build/win32/vs11/Makefile.am2
-rw-r--r--build/win32/vs12/Makefile.am2
-rw-r--r--build/win32/vs14/Makefile.am2
-rw-r--r--build/win32/vs9/Makefile.am2
-rw-r--r--build/win32/vs9/gi-install.vcproj (renamed from build/win32/vs9/install.vcproj)0
-rw-r--r--build/win32/vs9/gobject-introspection.sln2
9 files changed, 7 insertions, 7 deletions
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 297224c2..c22e86cf 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
index 808acd46..808acd46 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/gi-install.vcxproj
diff --git a/build/win32/vs10/gobject-introspection.sln b/build/win32/vs10/gobject-introspection.sln
index 49271a54..25bb9219 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 6dd3b650..9c19974c 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 c4b8bc5c..2ec8bd1a 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 f6138f22..cc958310 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 0c5845d8..725a18a5 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
index 58ad177b..58ad177b 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/gi-install.vcproj
diff --git a/build/win32/vs9/gobject-introspection.sln b/build/win32/vs9/gobject-introspection.sln
index 3edd58ee..d6d4e541 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}