[cogl/cogl-1.20] MSVC Builds: Rename "Install" Projects



commit 8e88fef83b355b7bef70c5e03490d74e3c4b0d7a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Mar 6 17:48:51 2015 +0800

    MSVC Builds: Rename "Install" Projects
    
    Rename the install projects to cogl-install, so that it is easier to
    differentiate the projects when using the project set in a grand solution
    file, such as a grand solution file that is used to build the entire
    Clutter stack.

 build/win32/vs10/Makefile.am                       |    2 +-
 .../vs10/{install.vcxproj => cogl-install.vcxproj} |    2 +-
 build/win32/vs10/cogl.sln                          |    2 +-
 build/win32/vs9/Makefile.am                        |    2 +-
 .../vs9/{install.vcproj => cogl-install.vcproj}    |    4 ++--
 build/win32/vs9/cogl.sln                           |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 390a3f1..74189dc 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -30,5 +30,5 @@ EXTRA_DIST = \
        test-conformance-cogl.vcxprojin \
        test-conformance-cogl.vcxproj.filters   \
        test-conformance-cogl.vcxproj.filtersin \
-       install.vcxproj \
+       cogl-install.vcxproj    \
        README.txt
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/cogl-install.vcxproj
similarity index 99%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/cogl-install.vcxproj
index a1fbd15..b29746d 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/cogl-install.vcxproj
@@ -36,7 +36,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{35B2A4AC-7235-4FC7-995D-469D59195041}</ProjectGuid>
-    <RootNamespace>install</RootNamespace>
+    <RootNamespace>coglinstall</RootNamespace>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/build/win32/vs10/cogl.sln b/build/win32/vs10/cogl.sln
index 693587e..10c539a 100644
--- a/build/win32/vs10/cogl.sln
+++ b/build/win32/vs10/cogl.sln
@@ -13,7 +13,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-sdl2-hello", "cogl-sdl
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-info", "cogl-info.vcxproj", 
"{CD17F5C8-C860-4A65-8209-4D0B093A3DA3}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-install", "cogl-install.vcxproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-crate", "cogl-crate.vcxproj", 
"{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
 EndProject
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index a08a187..2491a7f 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -17,5 +17,5 @@ EXTRA_DIST = \
        cogl-crate.vcproj       \
        cogl-msaa.vcproj        \
        cogl-info.vcproj        \
-       install.vcproj  \
+       cogl-install.vcproj     \
        README.txt
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/cogl-install.vcproj
similarity index 98%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/cogl-install.vcproj
index 58c8485..fad7bde 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/cogl-install.vcproj
@@ -2,9 +2,9 @@
 <VisualStudioProject
        ProjectType="Visual C++"
        Version="9.00"
-       Name="install"
+       Name="cogl-install"
        ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
-       RootNamespace="install"
+       RootNamespace="coglinstall"
        TargetFrameworkVersion="196613"
        >
        <Platforms>
diff --git a/build/win32/vs9/cogl.sln b/build/win32/vs9/cogl.sln
index 574dfea..3b4d0ae 100644
--- a/build/win32/vs9/cogl.sln
+++ b/build/win32/vs9/cogl.sln
@@ -41,7 +41,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-conformance-cogl", "te
                {F3A80987-5411-43DB-A23B-06F2076E1207} = {F3A80987-5411-43DB-A23B-06F2076E1207}
        EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-install", "cogl-install.vcproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
        ProjectSection(ProjectDependencies) = postProject
                {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} = {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}
                {F5A43C12-7032-428E-A56A-D294075FA493} = {F5A43C12-7032-428E-A56A-D294075FA493}


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