Move license files to share\doc

This commit is contained in:
Berke Viktor
2012-10-03 16:31:24 +02:00
parent 73282c2d6c
commit 4b699210bd
37 changed files with 166 additions and 36 deletions

View File

@@ -16,11 +16,14 @@ mkdir %ZLIB_DEST%
mkdir %ZLIB_DEST%\bin
mkdir %ZLIB_DEST%\include
mkdir %ZLIB_DEST%\lib
mkdir %ZLIB_DEST%\share
mkdir %ZLIB_DEST%\share\doc
mkdir %ZLIB_DEST%\share\doc\zlib
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%\LICENSE.ZLIB
copy README %ZLIB_DEST%\share\doc\zlib\COPYING
nmake -f win32\Makefile.msc clean
cd %ZLIB_DEST%

View File

@@ -16,11 +16,14 @@ mkdir %ZLIB_DEST%
mkdir %ZLIB_DEST%\bin
mkdir %ZLIB_DEST%\include
mkdir %ZLIB_DEST%\lib
mkdir %ZLIB_DEST%\share
mkdir %ZLIB_DEST%\share\doc
mkdir %ZLIB_DEST%\share\doc\zlib
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%\LICENSE.ZLIB
copy README %ZLIB_DEST%\share\doc\zlib\COPYING
nmake -f win32\Makefile.msc clean
cd %ZLIB_DEST%