[clutter] MSVC Builds: Rename "Install" projects



commit fc9248b3b63a5e1deccb814209799bf54ad6e87b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Mar 6 18:47:45 2015 +0800

    MSVC Builds: Rename "Install" projects
    
    Rename the install projects to clutter-install so that it would be easier
    to use the project file set as a part of a grand solution file, such as
    one that is used to build the entire Clutter stack.

 build/win32/vs10/Makefile.am                       |    2 +-
 .../{install.vcxproj => clutter-install.vcxproj}   |    2 +-
 build/win32/vs10/clutter.sln                       |    2 +-
 build/win32/vs9/Makefile.am                        |    2 +-
 .../vs9/{install.vcproj => clutter-install.vcproj} |    4 ++--
 build/win32/vs9/clutter.sln                        |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 5c7a055..aa181f2 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
        clutter-gen-srcs.props  \
        clutter-install.props   \
        clutter-version-paths.props     \
-       install.vcxproj \
+       clutter-install.vcxproj \
        test-cogl-perf.vcxproj          \
        test-cogl-perf.vcxproj.filters          \
        test-interactive-clutter.vcxproj                \
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/clutter-install.vcxproj
similarity index 99%
rename from build/win32/vs10/install.vcxproj
rename to build/win32/vs10/clutter-install.vcxproj
index e87e91e..9aded8b 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/clutter-install.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{35B2A4AC-7235-4FC7-995D-469D59195041}</ProjectGuid>
-    <RootNamespace>install</RootNamespace>
+    <RootNamespace>clutterinstall</RootNamespace>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/build/win32/vs10/clutter.sln b/build/win32/vs10/clutter.sln
index 9a51e72..c5f0064 100644
--- a/build/win32/vs10/clutter.sln
+++ b/build/win32/vs10/clutter.sln
@@ -39,7 +39,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cally-clone-example", "call
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-interactive-clutter", 
"test-interactive-clutter.vcxproj", "{75F9E5AF-040C-448E-96BE-C282EFFFE2D9}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clutter-install", "clutter-install.vcxproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index b78f076..c1fcbb8 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = \
        clutter-gen-srcs.vsprops        \
        clutter-install.vsprops \
        clutter-version-paths.vsprops   \
-       install.vcproj  \
+       clutter-install.vcproj  \
        test-cogl-perf.vcproj           \
        test-interactive-clutter.vcproj         \
        test-interactive-clutter.vcprojin       \
diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/clutter-install.vcproj
similarity index 96%
rename from build/win32/vs9/install.vcproj
rename to build/win32/vs9/clutter-install.vcproj
index 2121c4e..ba06d72 100644
--- a/build/win32/vs9/install.vcproj
+++ b/build/win32/vs9/clutter-install.vcproj
@@ -2,9 +2,9 @@
 <VisualStudioProject
        ProjectType="Visual C++"
        Version="9.00"
-       Name="install"
+       Name="clutter-install"
        ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
-       RootNamespace="install"
+       RootNamespace="clutterinstall"
        TargetFrameworkVersion="196613"
        >
        <Platforms>
diff --git a/build/win32/vs9/clutter.sln b/build/win32/vs9/clutter.sln
index 2610fd6..421d652 100644
--- a/build/win32/vs9/clutter.sln
+++ b/build/win32/vs9/clutter.sln
@@ -93,7 +93,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-interactive-clutter",
                {EA036190-0950-4640-84F9-D459A33B33A8} = {EA036190-0950-4640-84F9-D459A33B33A8}
        EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clutter-install", "clutter-install.vcproj", 
"{35B2A4AC-7235-4FC7-995D-469D59195041}"
        ProjectSection(ProjectDependencies) = postProject
                {27BA2900-A28A-4869-B16D-FBE581A12402} = {27BA2900-A28A-4869-B16D-FBE581A12402}
                {F433DB3C-1223-489A-AD0C-C64B09F51139} = {F433DB3C-1223-489A-AD0C-C64B09F51139}


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