Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharry <hrosen2016@gmail.com>2022-10-10 16:54:52 +0300
committerharry <hrosen2016@gmail.com>2022-10-10 16:54:52 +0300
commit83c529efb68161b431b9e3aa2bf6ad2764b30cb8 (patch)
treedffe4b894b2df543eeacbad8e827e4c46cee1592
parent900305b58738f66902fd1c743b5017f607f442e3 (diff)
Package lua DLLs and auxlib.lua into Qt win64 zip for IUP functionality.
-rw-r--r--pipelines/qwin64_build.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/pipelines/qwin64_build.bat b/pipelines/qwin64_build.bat
index 443a4610..606d5daa 100644
--- a/pipelines/qwin64_build.bat
+++ b/pipelines/qwin64_build.bat
@@ -49,6 +49,9 @@ msbuild /m fceux.sln /p:Configuration=Release
@if ERRORLEVEL 1 goto end
copy src\Release\fceux.exe bin\qfceux.exe
+copy %PROJECT_ROOT%\src\auxlib.lua bin\.
+copy %PROJECT_ROOT%\src\drivers\win\lua\x64\lua51.dll bin\.
+copy %PROJECT_ROOT%\src\drivers\win\lua\x64\lua5.1.dll bin\.
copy %SDL_INSTALL_PREFIX%\SDL2\lib\x64\SDL2.dll bin\.
copy %FFMPEG_INSTALL_PREFIX%\ffmpeg\bin\*.dll bin\.