[libcroco] MSVC Builds: Add CopyDir to Property Sheets



commit 566424149af665442db482b373940b1404df63e3
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jul 27 15:55:28 2015 +0800

    MSVC Builds: Add CopyDir to Property Sheets
    
    This prepares the "install" property sheets ready for the next patches to
    clean up the Visual Studio 2008/2010 Project generation.

 build/win32/vs10/croco-version-paths.props.in  |    4 ++++
 build/win32/vs9/croco-version-paths.vsprops.in |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/croco-version-paths.props.in b/build/win32/vs10/croco-version-paths.props.in
index 171cfcb..f68ae2a 100644
--- a/build/win32/vs10/croco-version-paths.props.in
+++ b/build/win32/vs10/croco-version-paths.props.in
@@ -23,6 +23,7 @@ See COPYRIGHTS file for copyright information.
     <ApiVersion>@LIBCROCO_MAJOR_VERSION  @LIBCROCO_MINOR_VERSION@</ApiVersion>
     <VSVer>10</VSVer>
     <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
+    <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
     <LibCrocoLibtoolCompatibleDllPrefix>lib</LibCrocoLibtoolCompatibleDllPrefix>
     <LibCrocoLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</LibCrocoLibtoolCompatibleDllSuffix>
@@ -44,6 +45,9 @@ See COPYRIGHTS file for copyright information.
     <BuildMacro Include="GlibEtcInstallRoot">
       <Value>$(GlibEtcInstallRoot)</Value>
     </BuildMacro>
+    <BuildMacro Include="CopyDir">
+      <Value>$(CopyDir)</Value>
+    </BuildMacro>
     <BuildMacro Include="DefDir">
       <Value>$(DefDir)</Value>
     </BuildMacro>
diff --git a/build/win32/vs9/croco-version-paths.vsprops.in b/build/win32/vs9/croco-version-paths.vsprops.in
index dd6b3f1..e45823b 100644
--- a/build/win32/vs9/croco-version-paths.vsprops.in
+++ b/build/win32/vs9/croco-version-paths.vsprops.in
@@ -36,6 +36,10 @@ See COPYRIGHTS file for copyright information.
                Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
        />
        <UserMacro
+               Name="CopyDir"
+               Value="$(GlibEtcInstallRoot)"
+       />
+       <UserMacro
                Name="DefDir"
                Value="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
        />


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