summary refs log tree commit diff stats
path: root/build/release-x86.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-x86.bat
parent14eca4536f97b9821c01bcf8ec50568d130ed95c (diff)
make perl version selectable
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r--build/release-x86.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat
index f21548b6..3bef1277 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -37,7 +37,9 @@ copy %SSL_BIN%\ssleay32.dll %XCHAT_DEST%
 copy %SSL_BIN%\zlib1.dll %XCHAT_DEST%
 xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
 copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins
-copy ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins
+copy ..\plugins\perl\xcperl-58.dll %XCHAT_DEST%\plugins
+copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins
+copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins
 copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins
 copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins
 copy ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins