diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 20:51:54 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-09 20:51:54 +0200 |
commit | c3d5135051df9422c8f3b5f1b1ffb8106bf5cfba (patch) | |
tree | 6d868b8d5ef684fee5d3ce2ebd3bfbe4dfe84689 /build | |
parent | b3bfd9fe27ccbece2070b2e6f95f15bee866231b (diff) |
fix folder creation
Diffstat (limited to 'build')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index ba1f85b8..f236d6bd 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -46,7 +46,7 @@ copy %SSL_BIN%\cert.pem %XCHAT_DEST% copy %ENCHANT_BIN%\libenchant.dll %XCHAT_DEST% xcopy /q /s /i %ENCHANT_BIN%\..\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\ ::xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\ -copy ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins +xcopy /q /s /i ..\plugins\lua\xclua.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 |