diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 16:31:24 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 16:31:24 +0200 |
commit | 4b699210bd9bab344e1462e7998f863f55836402 (patch) | |
tree | aeb30e4845b81379086eb6d9128e4c4797f40d11 /win32/deps/zlib/build-x86.bat | |
parent | 73282c2d6cc2d0f44abfd94ccc6090785a64b623 (diff) |
Move license files to share\doc
Diffstat (limited to 'win32/deps/zlib/build-x86.bat')
-rw-r--r-- | win32/deps/zlib/build-x86.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps/zlib/build-x86.bat b/win32/deps/zlib/build-x86.bat index d170a0bf..3ff985db 100644 --- a/win32/deps/zlib/build-x86.bat +++ b/win32/deps/zlib/build-x86.bat @@ -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% |