summary refs log tree commit diff stats
path: root/win32/deps/zlib
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-28 17:17:09 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-28 17:17:09 +0200
commita6c7598a2f42c19e21fcfc56114e2e61c35e8999 (patch)
treee775d5f197943f083a1556222539b42430060cfa /win32/deps/zlib
parent2ea5dc60d5cbd3b50f3ed2cbe0581c14aa5c979c (diff)
Fix zlib license file name
Diffstat (limited to 'win32/deps/zlib')
-rw-r--r--win32/deps/zlib/build-x86.bat2
1 files changed, 1 insertions, 1 deletions
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%