summary refs log tree commit diff stats
path: root/win32/copy
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2017-09-02 17:52:25 -0400
committerPatrick Griffis <tingping@tingping.se>2018-11-09 18:36:59 -0500
commit706f9bca82d463f6f1bd17d5dc609807e4a1e8a9 (patch)
tree09f849421105e4202b436af97a94d777c96aa378 /win32/copy
parent643269445530edd0ee6a308f771767ec3f9a1919 (diff)
python: Rewrite with CFFI
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index c508a7f3..72f2c032 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -64,6 +64,8 @@
     <LuaShare Include="$(DepsRoot)\share\lua\**\*.lua" />

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

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

+    <None Include="$(Python3Path)\Lib\site-packages\_cffi_backend.*.pyd" />

+    <None Include="$(Python2Path)\Lib\site-packages\_cffi_backend.pyd" />

 

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

 

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

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

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

+    <Copy SourceFiles="..\..\plugins\python\xchat.py" DestinationFolder="$(HexChatRel)\python" />

+    <Copy SourceFiles="..\..\plugins\python\hexchat.py" DestinationFolder="$(HexChatRel)\python" />

+    <Copy SourceFiles="..\..\plugins\python\_hexchat.py" DestinationFolder="$(HexChatRel)\python" />

 

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