summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 15:55:28 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 15:55:28 +0800
commit566424149af665442db482b373940b1404df63e3 (patch)
tree042c93af4ca691b2fe1ae7b30606629833c06bf1
parent7f2c2e2cf2f8b56f192a0bdff6f10f32ea5389e7 (diff)
downloadlibcroco-566424149af665442db482b373940b1404df63e3.tar.gz
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.
-rw-r--r--build/win32/vs10/croco-version-paths.props.in4
-rw-r--r--build/win32/vs9/croco-version-paths.vsprops.in4
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)"
/>