Small build script improvement.

This commit is contained in:
LoRd_MuldeR 2019-05-04 17:49:00 +02:00
parent fc14a14b78
commit dad84faa34
3 changed files with 33 additions and 15 deletions

View File

@ -0,0 +1,8 @@
THIRD-PARTY SOURCE CODE
-----------------------
This directory contains the source code of the *third-party* tools included with Simple x264/x265 Launcher.
The copyright of all third-party tools belongs to the respective authors!
These source code packages are provided here for compliance with the GNU General Public License, version 2.

View File

@ -0,0 +1,8 @@
THIRD-PARTY BINARIES
--------------------
This directory contains "unofficial" pre-compiled binaries of various *third-party* tools; these binaries are intended for testing and evaluation purposes.
The copyright of all third-party tools belongs to the respective authors!
All pre-compiled binaries included with Simple x264/x265 Launcher are redistributed in full accordance with the GNU General Public License, version 2.

View File

@ -106,17 +106,19 @@ mkdir "%PACK_PATH%\toolset\x64\nvencc"
mkdir "%PACK_PATH%\sources"
copy "%~dp0\bin\Win32\Release\x264_launcher.exe" "%PACK_PATH%"
copy "%~dp0\bin\Win32\Release\MUtils32-?.dll" "%PACK_PATH%"
copy "%~dp0\bin\Win32\Release\toolset\common\*.exe" "%PACK_PATH%\toolset\common"
copy "%~dp0\bin\Win32\Release\toolset\common\*.gpg" "%PACK_PATH%\toolset\common"
copy "%~dp0\bin\Win32\Release\toolset\x86\*.exe" "%PACK_PATH%\toolset\x86"
copy "%~dp0\bin\Win32\Release\toolset\x86\*.dll" "%PACK_PATH%\toolset\x86"
copy "%~dp0\bin\Win32\Release\toolset\x64\*.exe" "%PACK_PATH%\toolset\x64"
copy "%~dp0\bin\Win32\Release\toolset\x64\*.dll" "%PACK_PATH%\toolset\x64"
copy "%~dp0\bin\Win32\Release\toolset\x86\nvencc\*.exe" "%PACK_PATH%\toolset\x86\nvencc\"
copy "%~dp0\bin\Win32\Release\toolset\x86\nvencc\*.dll" "%PACK_PATH%\toolset\x86\nvencc\"
copy "%~dp0\bin\Win32\Release\toolset\x64\nvencc\*.exe" "%PACK_PATH%\toolset\x64\nvencc\"
copy "%~dp0\bin\Win32\Release\toolset\x64\nvencc\*.dll" "%PACK_PATH%\toolset\x64\nvencc\"
copy "%~dp0\res\toolset\*.txt" "%PACK_PATH%\toolset"
copy "%~dp0\res\toolset\common\*.exe" "%PACK_PATH%\toolset\common"
copy "%~dp0\res\toolset\common\*.gpg" "%PACK_PATH%\toolset\common"
copy "%~dp0\res\toolset\x86\*.exe" "%PACK_PATH%\toolset\x86"
copy "%~dp0\res\toolset\x86\*.dll" "%PACK_PATH%\toolset\x86"
copy "%~dp0\res\toolset\x64\*.exe" "%PACK_PATH%\toolset\x64"
copy "%~dp0\res\toolset\x64\*.dll" "%PACK_PATH%\toolset\x64"
copy "%~dp0\res\toolset\x86\nvencc\*.exe" "%PACK_PATH%\toolset\x86\nvencc\"
copy "%~dp0\res\toolset\x86\nvencc\*.dll" "%PACK_PATH%\toolset\x86\nvencc\"
copy "%~dp0\res\toolset\x64\nvencc\*.exe" "%PACK_PATH%\toolset\x64\nvencc\"
copy "%~dp0\res\toolset\x64\nvencc\*.dll" "%PACK_PATH%\toolset\x64\nvencc\"
copy "%~dp0\etc\sources\*.xz" "%PACK_PATH%\sources"
copy "%~dp0\etc\sources\*.txt" "%PACK_PATH%\sources"
copy "%~dp0\LICENSE.html" "%PACK_PATH%"
copy "%~dp0\*.txt" "%PACK_PATH%"