summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2015-10-06 20:45:12 +0200
committerPatrick Griffis <tingping@tingping.se>2016-03-06 18:27:59 -0500
commit35254fa6eb09ff929b742ab11e72036b0c5b99aa (patch)
treea45cbc9cd1f8b18181e23ba29fc6bc21e977320f /win32/hexchat.props
parent6706b23a0b0a1b5a5fb6668f4b98f448957eb68b (diff)
win32: Update Python to 3.5
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index e038e2b8..95521977 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -9,7 +9,7 @@
 		<YourMsgfmtPath>c:\gtk-build\msgfmt</YourMsgfmtPath>

 		<YourPerlPath>c:\gtk-build\perl-5.20</YourPerlPath>

 		<YourPython2Path>c:\gtk-build\python-2.7</YourPython2Path>

-		<YourPython3Path>c:\gtk-build\python-3.4</YourPython3Path>

+		<YourPython3Path>c:\gtk-build\python-3.5</YourPython3Path>

 		<YourWinSparklePath>c:\gtk-build\WinSparkle</YourWinSparklePath>

 

 		<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

@@ -27,7 +27,7 @@
 		<Python2Lib>python27</Python2Lib>

 		<Python2Output>hcpython2</Python2Output>

 		<Python3Path>$(YourPython3Path)\$(PlatformName)</Python3Path>

-		<Python3Lib>python34</Python3Lib>

+		<Python3Lib>python35</Python3Lib>

 		<Python3Output>hcpython3</Python3Output>

 		<Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>

 		<Gtk>$(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</Gtk>