summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2016-12-23 14:04:32 +0100
committertomek <eustachy.kapusta@gmail.com>2016-12-23 14:04:32 +0100
commit63e9c721148f8a91bc68484c3f9ee42cfbc4316f (patch)
tree26ce5efbf880bbebbdf93b042d14927b4c6cd96c /win32/hexchat.props
parent2c80cb7efde327931976112bd4c0127e8a70ac61 (diff)
win32: Update Python to 3.6
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 1503c201..818894fb 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.5</YourPython3Path>

+		<YourPython3Path>c:\gtk-build\python-3.6</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>python35</Python3Lib>

+		<Python3Lib>python36</Python3Lib>

 		<Python3Output>hcpython3</Python3Output>

 		<LuaInclude>$(DepsRoot)\include\luajit-2.0</LuaInclude>

 		<LuaOutput>hclua</LuaOutput>