Add license for libpng releases

This commit is contained in:
Berke Viktor 2012-10-02 10:12:37 +02:00
parent f22979bafb
commit 2d2afd9a59
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,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
cd %LIBPNG_DEST%
set PATH=%PATH%;%ProgramFiles%\7-zip

View File

@ -22,6 +22,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
cd %LIBPNG_DEST%
set PATH=%PATH%;%ProgramFiles%\7-zip