summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2023-11-03 10:58:56 -0500
committerPatrick <tingping@tingping.se>2023-11-03 14:23:55 -0500
commita1f154cd5ee63ec6b9ac154b8dc6d5a5d97c2c28 (patch)
treef7444538cf7b524be29955a1b94bb19678f233bb /win32/hexchat.props
parentcda96128b8baf0675e74f650e97818de6ec53c6b (diff)
win32: Remove Python 2 support
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 5d81b2dc..d6c2bf1a 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -7,7 +7,6 @@
 		<YourDepsPath>c:\gtk-build\gtk</YourDepsPath>

 		<YourGendefPath>c:\gtk-build\gendef</YourGendefPath>

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

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

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

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

 

@@ -22,9 +21,6 @@
 		<WinSparklePath>$(YourWinSparklePath)\$(PlatformName)</WinSparklePath>

 		<PerlPath>$(YourPerlPath)\$(PlatformName)</PerlPath>

 		<PerlLib>perl520</PerlLib>

-		<Python2Path>$(YourPython2Path)\$(PlatformName)</Python2Path>

-		<Python2Lib>python27</Python2Lib>

-		<Python2Output>hcpython2</Python2Output>

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

 		<Python3Lib>python38</Python3Lib>

 		<Python3Output>hcpython3</Python3Output>