summary refs log tree commit diff stats
path: root/win32/deps/zlib/build-x64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/deps/zlib/build-x64.bat')
-rw-r--r--win32/deps/zlib/build-x64.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/deps/zlib/build-x64.bat b/win32/deps/zlib/build-x64.bat
index d9bfa16e..925d9f23 100644
--- a/win32/deps/zlib/build-x64.bat
+++ b/win32/deps/zlib/build-x64.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%