summary refs log tree commit diff stats
path: root/win32/deps/libpng
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 16:31:24 +0200
commit4b699210bd9bab344e1462e7998f863f55836402 (patch)
treeaeb30e4845b81379086eb6d9128e4c4797f40d11 /win32/deps/libpng
parent73282c2d6cc2d0f44abfd94ccc6090785a64b623 (diff)
Move license files to share\doc
Diffstat (limited to 'win32/deps/libpng')
-rw-r--r--win32/deps/libpng/release-x64.bat5
-rw-r--r--win32/deps/libpng/release-x86.bat5
2 files changed, 8 insertions, 2 deletions
diff --git a/win32/deps/libpng/release-x64.bat b/win32/deps/libpng/release-x64.bat
index 6e36edba..571754e6 100644
--- a/win32/deps/libpng/release-x64.bat
+++ b/win32/deps/libpng/release-x64.bat
@@ -13,6 +13,9 @@ mkdir %LIBPNG_DEST%
 mkdir %LIBPNG_DEST%\bin

 mkdir %LIBPNG_DEST%\include

 mkdir %LIBPNG_DEST%\lib

+mkdir %LIBPNG_DEST%\share

+mkdir %LIBPNG_DEST%\share\doc

+mkdir %LIBPNG_DEST%\share\doc\libpng

 copy png.h %LIBPNG_DEST%\include

 copy pngconf.h %LIBPNG_DEST%\include

 copy pnglibconf.h %LIBPNG_DEST%\include

@@ -22,7 +25,7 @@ copy projects\vstudio\x64\Release\libpng15.lib %LIBPNG_DEST%\lib
 copy projects\vstudio\x64\Release\libpng15.dll %LIBPNG_DEST%\bin

 copy projects\vstudio\x64\Release\pngtest.exe %LIBPNG_DEST%\bin

 copy projects\vstudio\x64\Release\pngvalid.exe %LIBPNG_DEST%\bin

-copy LICENSE %LIBPNG_DEST%\LICENSE.LIBPNG

+copy LICENSE %LIBPNG_DEST%\share\doc\libpng\COPYING

 

 cd %LIBPNG_DEST%

 set PATH=%PATH%;%ProgramFiles%\7-zip

diff --git a/win32/deps/libpng/release-x86.bat b/win32/deps/libpng/release-x86.bat
index 49c97733..3e9505a5 100644
--- a/win32/deps/libpng/release-x86.bat
+++ b/win32/deps/libpng/release-x86.bat
@@ -13,6 +13,9 @@ mkdir %LIBPNG_DEST%
 mkdir %LIBPNG_DEST%\bin

 mkdir %LIBPNG_DEST%\include

 mkdir %LIBPNG_DEST%\lib

+mkdir %LIBPNG_DEST%\share

+mkdir %LIBPNG_DEST%\share\doc

+mkdir %LIBPNG_DEST%\share\doc\libpng

 copy png.h %LIBPNG_DEST%\include

 copy pngconf.h %LIBPNG_DEST%\include

 copy pnglibconf.h %LIBPNG_DEST%\include

@@ -22,7 +25,7 @@ copy projects\vstudio\Release\libpng15.lib %LIBPNG_DEST%\lib
 copy projects\vstudio\Release\libpng15.dll %LIBPNG_DEST%\bin

 copy projects\vstudio\Release\pngtest.exe %LIBPNG_DEST%\bin

 copy projects\vstudio\Release\pngvalid.exe %LIBPNG_DEST%\bin

-copy LICENSE %LIBPNG_DEST%\LICENSE.LIBPNG

+copy LICENSE %LIBPNG_DEST%\share\doc\libpng\COPYING

 

 cd %LIBPNG_DEST%

 set PATH=%PATH%;%ProgramFiles%\7-zip