summary refs log tree commit diff stats
path: root/win32/copy
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2016-03-11 21:00:06 -0800
committerArnavion <arnavion@gmail.com>2016-03-11 21:00:06 -0800
commitd48f31191f4f664c9f36911d8db03671e22a6e3e (patch)
tree3f5e0a5825734298168c031c70b1aa06b194b3cb /win32/copy
parent7c078db879c2f645a803224c5f9b70ed9cb8d911 (diff)
Updated location of GTK theme engines in 2.24.30.
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index 39f5aab9..d9f38f28 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -56,7 +56,7 @@
     <None Include="changelog.url" />

     <None Include="readme.url" />

 

-    <Engines Include="$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines\**\*" />

+    <Engines Include="$(DepsRoot)\lib\gtk-2.0\i686-pc-vs14\engines\**\*" />

 

     <Share Include="share\**\*" />

 

@@ -69,7 +69,7 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

   <Target Name="Build">

     <Copy SourceFiles="@(None)" DestinationFolder="$(HexChatRel)" />

-    <Copy SourceFiles="@(Engines)" DestinationFiles="@(Engines->'$(HexChatRel)\lib\gtk-2.0\i686-pc-vs10\engines\%(RecursiveDir)%(Filename)%(Extension)')" />

+    <Copy SourceFiles="@(Engines)" DestinationFiles="@(Engines->'$(HexChatRel)\lib\gtk-2.0\i686-pc-vs14\engines\%(RecursiveDir)%(Filename)%(Extension)')" />

     <Copy SourceFiles="@(Share)" DestinationFiles="@(Share->'$(HexChatRel)\share\%(RecursiveDir)%(Filename)%(Extension)')" />

     <Copy SourceFiles="@(DepsRootDocs)" DestinationFiles="@(DepsRootDocs->'$(HexChatRel)\share\doc\%(RecursiveDir)%(Filename)%(Extension)')" />

     <Copy SourceFiles="..\..\COPYING" DestinationFolder="$(HexChatRel)\share\doc\hexchat" />