From 8c00a4ff40185881d053ccf8adbab3c7864b9289 Mon Sep 17 00:00:00 2001 From: tomek Date: Wed, 28 May 2014 18:22:19 +0200 Subject: perl: Update Perl to 5.20 --- win32/hexchat.props | 4 ++-- win32/installer/hexchat.iss.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') 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 @@ c:\mozilla-build\hexchat\gtk c:\mozilla-build\gendef c:\mozilla-build\msgfmt - c:\mozilla-build\perl-5.18 + c:\mozilla-build\perl-5.20 c:\mozilla-build\python-2.7 c:\mozilla-build\python-3.4 @@ -22,7 +22,7 @@ $(YourGendefPath) $(YourMsgfmtPath) $(YourPerlPath)\$(PlatformName) - perl518 + perl520 hcperl $(YourPython2Path)\$(PlatformName) python27 diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index 884e9cab..ba68c3bc 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -273,7 +273,7 @@ begin if IsComponentSelected('spell') and not CheckSpellInstall() then idpAddFile(SPELL, ExpandConstant('{tmp}\spelling-dicts.exe')); - if IsComponentSelected('langs\perl') and not CheckDLL('perl518.dll') then + if IsComponentSelected('langs\perl') and not CheckDLL('perl520.dll') then idpAddFile(PERL, ExpandConstant('{tmp}\perl.exe')); if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then -- cgit 1.4.1