summary refs log tree commit diff stats
path: root/build/release-x64.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-29 04:55:58 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-29 04:55:58 +0200
commitae4d71939c4c86b847e549561cef7774c74ec5c0 (patch)
tree14cb6a4cad042bcddeb43cfe207c71493a37306d /build/release-x64.bat
parent14eca4536f97b9821c01bcf8ec50568d130ed95c (diff)
make perl version selectable
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r--build/release-x64.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat
index fc410486..fd191414 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -31,7 +31,9 @@ copy %SSL_BIN%\ssleay32.dll %XCHAT_DEST%\ssleay32.dll.x64
 copy %SSL_BIN%\zlib1.dll %XCHAT_DEST%\zlib1.dll.x64
 copy ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\xcewc.dll.x64
 copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins\xclua.dll.x64
-copy ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\xcperl.dll.x64
+copy ..\plugins\perl\xcperl-58.dll %XCHAT_DEST%\plugins\xcperl-58.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\python\xcpython.dll %XCHAT_DEST%\plugins\xcpython.dll.x64
 copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\xctcl.dll.x64
 copy ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\xcxdcc.dll.x64