[gdk-pixbuf] MSVC Builds: Rename "Install" projects
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] MSVC Builds: Rename "Install" projects
- Date: Fri, 6 Mar 2015 08:44:37 +0000 (UTC)
commit 5b6aed8b8ca165c79df60245ebf3d5c3882b08ec
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Mar 6 16:43:50 2015 +0800
MSVC Builds: Rename "Install" projects
Rename the install projects as gdk-pixbuf-install, so that it would be
more easily integrated into grand solutions that are used to, for example,
to build the entire GTK+ or Clutter stack.
build/win32/vs10/Makefile.am | 2 +-
...{install.vcxproj => gdk-pixbuf-install.vcxproj} | 2 +-
build/win32/vs10/gdk-pixbuf.sln | 2 +-
build/win32/vs11/Makefile.am | 2 +-
build/win32/vs12/Makefile.am | 2 +-
build/win32/vs9/Makefile.am | 2 +-
.../{install.vcproj => gdk-pixbuf-install.vcproj} | 4 ++--
build/win32/vs9/gdk-pixbuf.sln | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 5b69cb3..ac21eb3 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -15,6 +15,6 @@ EXTRA_DIST = \
gdk-pixbuf-query-loaders.vcxproj.filters \
gdk-pixbuf-pixdata.vcxproj \
gdk-pixbuf-pixdata.vcxproj.filters \
- install.vcxproj
+ gdk-pixbuf-install.vcxproj
-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/gdk-pixbuf-install.vcxproj
similarity index 99%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/gdk-pixbuf-install.vcxproj
index bf64dbd..46f9449 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/gdk-pixbuf-install.vcxproj
@@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}</ProjectGuid>
- <RootNamespace>install</RootNamespace>
+ <RootNamespace>gdkpixbufinstall</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/build/win32/vs10/gdk-pixbuf.sln b/build/win32/vs10/gdk-pixbuf.sln
index c4be98d..218fdd0 100644
--- a/build/win32/vs10/gdk-pixbuf.sln
+++ b/build/win32/vs10/gdk-pixbuf.sln
@@ -5,7 +5,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf", "gdk-pixbuf.vc
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-csource", "gdk-pixbuf-csource.vcxproj",
"{3689C772-49A9-4E32-8161-686E1381ADB4}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj",
"{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-install", "gdk-pixbuf-install.vcxproj",
"{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-query-loaders",
"gdk-pixbuf-query-loaders.vcxproj", "{7212330C-14DF-4815-9E3B-4BDB3D21F665}"
EndProject
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index 2cf3c55..59ca727 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_DIST = \
gdk-pixbuf-query-loaders.vcxproj.filters \
gdk-pixbuf-pixdata.vcxproj \
gdk-pixbuf-pixdata.vcxproj.filters \
- install.vcxproj
+ gdk-pixbuf-install.vcxproj
DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index de3f468..a10fa2e 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_DIST = \
gdk-pixbuf-query-loaders.vcxproj.filters \
gdk-pixbuf-pixdata.vcxproj \
gdk-pixbuf-pixdata.vcxproj.filters \
- install.vcxproj
+ gdk-pixbuf-install.vcxproj
DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 0dee017..03ee87a 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -10,6 +10,6 @@ EXTRA_DIST = \
gdk-pixbuf-csource.vcproj \
gdk-pixbuf-query-loaders.vcproj \
gdk-pixbuf-pixdata.vcproj \
- install.vcproj
+ gdk-pixbuf-install.vcproj
-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/gdk-pixbuf-install.vcproj
similarity index 96%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/gdk-pixbuf-install.vcproj
index 61c5937..45b60f8 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/gdk-pixbuf-install.vcproj
@@ -2,9 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
- Name="install"
+ Name="gdk-pixbuf-install"
ProjectGUID="{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
- RootNamespace="install"
+ RootNamespace="gdkpixbufinstall"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
diff --git a/build/win32/vs9/gdk-pixbuf.sln b/build/win32/vs9/gdk-pixbuf.sln
index 0de897f..d0a0c43 100644
--- a/build/win32/vs9/gdk-pixbuf.sln
+++ b/build/win32/vs9/gdk-pixbuf.sln
@@ -8,7 +8,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-csource", "gdk-p
{01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3} = {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj",
"{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-install", "gdk-pixbuf-install.vcproj",
"{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
ProjectSection(ProjectDependencies) = postProject
{7212330C-14DF-4815-9E3B-4BDB3D21F665} = {7212330C-14DF-4815-9E3B-4BDB3D21F665}
{01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3} = {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]