From 444a5fcd4a22ca8c78cde5b4ee333287429c980e Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 2 Feb 2015 12:49:42 +0800 Subject: [PATCH] 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 +- build/win32/vs10/{install.vcxproj => glib-install.vcxproj} | 2 +- build/win32/vs10/glib.sln | 2 +- build/win32/vs9/Makefile.am | 2 +- build/win32/vs9/{install.vcproj => glib-install.vcproj} | 4 ++-- build/win32/vs9/glib.sln | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename build/win32/vs10/{install.vcxproj => glib-install.vcxproj} (99%) rename build/win32/vs9/{install.vcproj => glib-install.vcproj} (97%) 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 @@ {2093D218-190E-4194-9421-3BA7CBF33B10} - install + glibinstall Win32Proj 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 @@ 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} -- 2.7.4