From f3bfdaec3da9aa4119dbd134a0cce6d247db6695 Mon Sep 17 00:00:00 2001 From: sean Date: Sun, 3 Jun 2012 05:55:44 +0000 Subject: [PATCH] Removed the copy intl.dll line from copy_and_compile as it is unneeded --- zenmap/install_scripts/windows/copy_and_compile.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/zenmap/install_scripts/windows/copy_and_compile.bat b/zenmap/install_scripts/windows/copy_and_compile.bat index 889dd1780..be7b1acb7 100755 --- a/zenmap/install_scripts/windows/copy_and_compile.bat +++ b/zenmap/install_scripts/windows/copy_and_compile.bat @@ -34,7 +34,6 @@ echo Copying GTK files to dist directory... xcopy %GTKDir%\bin\*.dll %LibraryDir% /S >> %Output% rem intl.dll is a special case; has to be in the executable directory instead of rem the py2exe subdirectory. -move /Y %LibraryDir%\intl.dll %DistDir% >> %Output% xcopy %GTKDir%\etc %LibraryDir%\etc /S /I >> %Output% xcopy %GTKDir%\lib\gtk-2.0 %LibraryDir%\lib\gtk-2.0 /S /I >> %Output% xcopy %GTKDir%\share\themes\Default %LibraryDir%\share\themes\Default /S /I >> %Output%