diff --git a/plugins/perl/perl.vcxproj b/plugins/perl/perl.vcxproj index 9d23ad58..1a76928d 100644 --- a/plugins/perl/perl.vcxproj +++ b/plugins/perl/perl.vcxproj @@ -16,7 +16,7 @@ {D90BC3E3-1341-4849-9354-5F40489D39D1} Win32Proj - perl518 + perl520 @@ -61,7 +61,7 @@ true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL520_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true @@ -90,7 +90,7 @@ move hexchat.pm.h "$(IntDir)" true true - WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL518_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL520_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions) $(PerlPath)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories) true 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