diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-28 17:17:09 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-28 17:17:09 +0200 |
commit | a6c7598a2f42c19e21fcfc56114e2e61c35e8999 (patch) | |
tree | e775d5f197943f083a1556222539b42430060cfa /win32/deps/zlib/build-x86.bat | |
parent | 2ea5dc60d5cbd3b50f3ed2cbe0581c14aa5c979c (diff) |
Fix zlib license file name
Diffstat (limited to 'win32/deps/zlib/build-x86.bat')
-rw-r--r-- | win32/deps/zlib/build-x86.bat | 2 |
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% |