1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-21 23:28:51 -05:00

Fix zlib license file name

This commit is contained in:
Berke Viktor 2012-09-28 17:17:09 +02:00
parent 2ea5dc60d5
commit a6c7598a2f

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%