diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 04:51:28 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 04:51:28 +0200 |
commit | 70f870fc961e9594ac41707e944b5bf364164c43 (patch) | |
tree | 6f2747fb3971d7d9bb7e0630b23d5ca825cf78dc /build/release-x64.bat | |
parent | 98999bb19d7660321c7151371def629674c5cbc0 (diff) |
remove perl 5.10, migrate 5.12 to strawberry
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r-- | build/release-x64.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 50ae1e64..e22043e9 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -34,7 +34,6 @@ copy %DEPS_ROOT%\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\lib copy ..\plugins\checksum\xcchecksum.dll %XCHAT_DEST%\plugins\xcchecksum.dll.x64 copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins\xclua.dll.x64 copy ..\plugins\mpcinfo\xcmpcinfo.dll %XCHAT_DEST%\plugins\xcmpcinfo.dll.x64 -copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins\xcperl-510.dll.x64 copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins\xcperl-512.dll.x64 copy ..\plugins\perl\xcperl-514.dll %XCHAT_DEST%\plugins\xcperl-514.dll.x64 copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\xcpython.dll.x64 |