summary refs log tree commit diff stats
path: root/win32/copy/copy.vcxproj
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-07-29 18:48:56 -0400
committerTingPing <tingping@fedoraproject.org>2015-02-12 19:11:46 -0500
commitb6877ccf5c7676a7b7c64797d38cf8833692e1ae (patch)
treedad866544853a7d2c494350d3f1f6a500157270a /win32/copy/copy.vcxproj
parent7063406d6caf42f61d87e42db6ce46df9e64ffef (diff)
win32: Use WinSparkle for handling updates
Fixes #1282
Diffstat (limited to 'win32/copy/copy.vcxproj')
-rw-r--r--win32/copy/copy.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index a0c0a39d..557ca702 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -51,6 +51,7 @@
     <None Include="$(DepsRoot)\bin\pixman-1.dll" />

     <None Include="$(DepsRoot)\bin\ssleay32.dll" />

     <None Include="$(DepsRoot)\bin\zlib1.dll" />

+    <None Include="$(WinSparklePath)\WinSparkle.dll" />

     <None Include="$(HexChatBin)thememan.exe" />

     <None Include="changelog.url" />

     <None Include="readme.url" />

@@ -72,6 +73,7 @@
     <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" />

+    <Copy SourceFiles="$(WinSparklePath)\COPYING" DestinationFolder="$(HexChatRel)\share\doc\WinSparkle" />

     <Copy SourceFiles="$(DepsRoot)\lib\enchant\libenchant_myspell.dll" DestinationFolder="$(HexChatRel)\lib\enchant" />

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

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