summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2014-05-28 18:22:19 +0200
committertomek <eustachy.kapusta@gmail.com>2014-05-28 18:22:19 +0200
commit8c00a4ff40185881d053ccf8adbab3c7864b9289 (patch)
tree477cf36009f3992ba9e677edaa4f47273d8305af /win32/hexchat.props
parent5f5c44620b3fbdb06f8bbce0a99bbcacae2fbc23 (diff)
perl: Update Perl to 5.20
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 895f65b5..74beb6ff 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -9,7 +9,7 @@
 		<YourDepsPath>c:\mozilla-build\hexchat\gtk</YourDepsPath>

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

 		<YourMsgfmtPath>c:\mozilla-build\msgfmt</YourMsgfmtPath>

-		<YourPerlPath>c:\mozilla-build\perl-5.18</YourPerlPath>

+		<YourPerlPath>c:\mozilla-build\perl-5.20</YourPerlPath>

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

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

 

@@ -22,7 +22,7 @@
 		<GendefPath>$(YourGendefPath)</GendefPath>

 		<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>

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

-		<PerlLib>perl518</PerlLib>

+		<PerlLib>perl520</PerlLib>

 		<PerlOutput>hcperl</PerlOutput>

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

 		<Python2Lib>python27</Python2Lib>