[glib] MSVC Builds: Rename "install" Projects
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] MSVC Builds: Rename "install" Projects
- Date: Mon, 2 Feb 2015 04:49:55 +0000 (UTC)
commit 444a5fcd4a22ca8c78cde5b4ee333287429c980e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Feb 2 12:49:42 2015 +0800
MSVC Builds: Rename "install" Projects
Rename the project to "install" the GLib files, as we are planning to have
a grand solution file that would build the entire GTK+ stack with its deps,
to ease the process for people building the GTK+ stack from a stock
installation of Visual Studio.
build/win32/vs10/Makefile.am | 2 +-
.../vs10/{install.vcxproj => glib-install.vcxproj} | 2 +-
build/win32/vs10/glib.sln | 2 +-
build/win32/vs9/Makefile.am | 2 +-
.../vs9/{install.vcproj => glib-install.vcproj} | 4 ++--
build/win32/vs9/glib.sln | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 2325751..c972c03 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = \
gio-querymodules.vcxproj.filters \
gdbus.vcxproj \
gdbus.vcxproj.filters \
- install.vcxproj \
+ glib-install.vcxproj \
glib-build-defines.props \
glib-install.props \
glib-version-paths.props \
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/glib-install.vcxproj
similarity index 99%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/glib-install.vcxproj
index 219ac40..2eb64e0 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/glib-install.vcxproj
@@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2093D218-190E-4194-9421-3BA7CBF33B10}</ProjectGuid>
- <RootNamespace>install</RootNamespace>
+ <RootNamespace>glibinstall</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
diff --git a/build/win32/vs10/glib.sln b/build/win32/vs10/glib.sln
index f647b56..89dd8b6 100644
--- a/build/win32/vs10/glib.sln
+++ b/build/win32/vs10/glib.sln
@@ -20,7 +20,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-compile-schemas", "gli
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsettings", "gsettings.vcxproj",
"{05041C63-F1C5-49BA-A7DE-61EBB5307EAA}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj",
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-install", "glib-install.vcxproj",
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gresource", "gresource.vcxproj",
"{95A1571F-61BE-4C51-BE53-2F2DAB280685}"
EndProject
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 3b34cb9..98d797a 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
gresource.vcproj \
gio-querymodules.vcproj \
gdbus.vcproj \
- install.vcproj \
+ glib-install.vcproj \
glib-build-defines.vsprops \
glib-install.vsprops \
glib-version-paths.vsprops \
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/glib-install.vcproj
similarity index 97%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/glib-install.vcproj
index 19a124c..e3a4ef6 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/glib-install.vcproj
@@ -2,9 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
- Name="install"
+ Name="glib-install"
ProjectGUID="{2093D218-190E-4194-9421-3BA7CBF33B10}"
- RootNamespace="install"
+ RootNamespace="glibinstall"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
diff --git a/build/win32/vs9/glib.sln b/build/win32/vs9/glib.sln
index 9f7343d..1a784f5 100644
--- a/build/win32/vs9/glib.sln
+++ b/build/win32/vs9/glib.sln
@@ -83,7 +83,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdbus", "gdbus.vcproj", "{9
{F3D1583C-5613-4809-BD98-7CC1C1276F92} = {F3D1583C-5613-4809-BD98-7CC1C1276F92}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj",
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-install", "glib-install.vcproj",
"{2093D218-190E-4194-9421-3BA7CBF33B10}"
ProjectSection(ProjectDependencies) = postProject
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{BD12E835-5C52-4E5D-8234-1C579F33E27A} = {BD12E835-5C52-4E5D-8234-1C579F33E27A}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]