Skip to content

Commit

Permalink
appveyor: Update for 7.4.1106
Browse files Browse the repository at this point in the history
Don't rename libintl-8.dll to libintl.dll.
  • Loading branch information
k-takata committed Jan 17, 2016
1 parent d84781e commit 2c75129
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ if /i "%appveyor_repo_tag%"=="true" (
7z e gvim74.exe $0\diff.exe -o..
curl -f -L "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.19.6-v1.14/gettext0.19.6-iconv1.14-shared-32.exe" -o gettext.exe
start /wait gettext.exe /verysilent /dir=c:\gettext
copy c:\gettext\libintl-8.dll c:\gettext\libintl.dll
:: Install NSIS and UPX
curl -f -L -O http://downloads.sourceforge.net/project/nsis/NSIS%%202/2.50/nsis-2.50.zip
7z x nsis-2.50.zip -oc:\ > nul
Expand Down Expand Up @@ -107,7 +106,6 @@ if /i "%appveyor_repo_tag%"=="true" (
7z e gvim74.exe $0\diff.exe -o..
curl -f -L "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.19.6-v1.14/gettext0.19.6-iconv1.14-shared-64.exe" -o gettext.exe
start /wait gettext.exe /verysilent /dir=c:\gettext
copy c:\gettext\libintl-8.dll c:\gettext\libintl.dll
:: libwinpthread is needed on Win64 for localizing messages
::copy c:\gettext\libwinpthread-1.dll ..\runtime
:: Install NSIS and UPX
Expand Down Expand Up @@ -245,7 +243,7 @@ copy /Y GvimExt\*.inf ..\runtime\GvimExt\
copy /Y GvimExt\*.reg ..\runtime\GvimExt\
copy /Y c:\projects\diff.exe ..\runtime\
copy /Y c:\gettext\libiconv*.dll ..\runtime\
copy /Y c:\gettext\libintl.dll ..\runtime\
copy /Y c:\gettext\libintl-8.dll ..\runtime\
:: libwinpthread is needed on Win64 for localizing messages
if exist c:\gettext\libwinpthread-1.dll copy /Y c:\gettext\libwinpthread-1.dll ..\runtime\
7z a ..\gvim_%ARCH%.zip ..\runtime\*
Expand Down

0 comments on commit 2c75129

Please sign in to comment.