Fix zlib license file name

This commit is contained in:
Berke Viktor 2012-09-28 17:17:09 +02:00
parent 2ea5dc60d5
commit a6c7598a2f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ copy zlib.h %ZLIB_DEST%\include
copy zconf.h %ZLIB_DEST%\include
copy zdll.lib %ZLIB_DEST%\lib
copy zlib1.dll %ZLIB_DEST%\bin
copy README %ZLIB_DEST%\COPYING.ZLIB
copy README %ZLIB_DEST%\LICENSE.ZLIB
nmake -f win32\makefile.msc clean
cd %ZLIB_DEST%