From ffa1ea735875442501e4f742cc3090903c5da001 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 2 May 2013 11:20:05 -0400 Subject: Add python3 plugin --- win32/hexchat.props | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'win32/hexchat.props') diff --git a/win32/hexchat.props b/win32/hexchat.props index 5feac5ad..4da1a3ff 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -10,7 +10,8 @@ c:\mozilla-build\gendef c:\mozilla-build\msgfmt c:\mozilla-build\perl-5.18 - c:\mozilla-build\python-2.7 + c:\mozilla-build\python-2.7 + c:\mozilla-build\python-3.3 @@ -22,9 +23,12 @@ $(YourPerlPath)\$(PlatformName) perl517 hcperl - $(YourPythonPath)\$(PlatformName) - python27 - hcpython + $(YourPython2Path)\$(PlatformName) + python27 + hcpython2 + $(YourPython3Path)\$(PlatformName) + python33 + hcpython3 $(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2 $(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0 png_ulist_voice "$(SolutionDir)\..\src\pixmaps\ulist_voice.png" png_ulist_halfop "$(SolutionDir)\..\src\pixmaps\ulist_halfop.png" png_ulist_op "$(SolutionDir)\..\src\pixmaps\ulist_op.png" png_ulist_owner "$(SolutionDir)\..\src\pixmaps\ulist_owner.png" png_ulist_founder "$(SolutionDir)\..\src\pixmaps\ulist_founder.png" png_ulist_netop "$(SolutionDir)\..\src\pixmaps\ulist_netop.png" png_tray_fileoffer "$(SolutionDir)\..\src\pixmaps\tray_fileoffer.png" png_tray_highlight "$(SolutionDir)\..\src\pixmaps\tray_highlight.png" png_tray_message "$(SolutionDir)\..\src\pixmaps\tray_message.png" png_tree_channel "$(SolutionDir)\..\src\pixmaps\tree_channel.png" png_tree_dialog "$(SolutionDir)\..\src\pixmaps\tree_dialog.png" png_tree_server "$(SolutionDir)\..\src\pixmaps\tree_server.png" png_tree_util "$(SolutionDir)\..\src\pixmaps\tree_util.png" png_book "$(SolutionDir)\..\src\pixmaps\book.png" png_hexchat "$(SolutionDir)\..\src\pixmaps\hexchat.png" @@ -82,7 +86,8 @@ copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl.dll" "$(HexChatRel)\plugins" -copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hcpython2.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hcpython3.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" -- cgit 1.4.1