summary refs log tree commit diff stats
path: root/win32/copy/copy.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/copy/copy.vcxproj')
-rw-r--r--win32/copy/copy.vcxproj13
1 files changed, 12 insertions, 1 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index d9f38f28..8a0e130f 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -41,6 +41,7 @@
     <None Include="$(DepsRoot)\bin\iconv.dll" />

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

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

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

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

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

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

@@ -56,6 +57,14 @@
     <None Include="changelog.url" />

     <None Include="readme.url" />

 

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

+    <None Include="$(DepsRoot)\bin\girepository-1.0.dll" />

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

+    <LuaShare Include="$(DepsRoot)\share\lua\*.lua" />

+    <LuaShare Include="$(DepsRoot)\share\lua\**\*.lua" />

+    <LuaShare Include="$(DepsRoot)\share\lua\**\**\*.lua" />

+    <Typelib Include="$(DepsRoot)\lib\girepository-1.0\*.typelib" />

+

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

 

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

@@ -77,7 +86,9 @@
     <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)')" />

-

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

+    <Copy SourceFiles="@(Typelib)" DestinationFiles="@(Typelib->'$(HexChatRel)\lib\girepository-1.0\%(Filename)%(Extension)')" />

+	

     <WriteLinesToFile File="$(HexChatRel)portable-mode" Lines="2" Overwrite="true" />

   </Target>

 </Project>