From 706f9bca82d463f6f1bd17d5dc609807e4a1e8a9 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 2 Sep 2017 17:52:25 -0400 Subject: python: Rewrite with CFFI --- plugins/python/python3.vcxproj | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'plugins/python/python3.vcxproj') diff --git a/plugins/python/python3.vcxproj b/plugins/python/python3.vcxproj index 815dc8b1..5868d3b0 100644 --- a/plugins/python/python3.vcxproj +++ b/plugins/python/python3.vcxproj @@ -37,6 +37,9 @@ "$(Python3Lib).lib";$(DepLibs);%(AdditionalDependencies) $(DepsRoot)\lib;$(Python3Path)\libs;%(AdditionalLibraryDirectories) + + "$(Python3Path)\python.exe" generate_plugin.py ..\..\src\common\hexchat-plugin.h python.py "$(IntDir)python.c" + @@ -48,12 +51,20 @@ "$(Python3Lib).lib";$(DepLibs);%(AdditionalDependencies) $(DepsRoot)\lib;$(Python3Path)\libs;%(AdditionalLibraryDirectories) + + "$(Python3Path)\python.exe" generate_plugin.py ..\..\src\common\hexchat-plugin.h python.py "$(IntDir)python.c" + + + + + + - + - + \ No newline at end of file -- cgit 1.4.1