1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Removed the copy intl.dll line from copy_and_compile as it is unneeded

This commit is contained in:
sean
2012-06-03 05:55:44 +00:00
parent 22cab42959
commit f3bfdaec3d

View File

@@ -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%