From a6c7598a2f42c19e21fcfc56114e2e61c35e8999 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 28 Sep 2012 17:17:09 +0200 Subject: [PATCH] Fix zlib license file name --- win32/deps/zlib/build-x86.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/deps/zlib/build-x86.bat b/win32/deps/zlib/build-x86.bat index 86102d7b..fd0b685f 100644 --- a/win32/deps/zlib/build-x86.bat +++ b/win32/deps/zlib/build-x86.bat @@ -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%