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-11 05:04:48 +0300
committerharry <hrosen2016@gmail.com>2022-10-11 05:04:48 +0300
commit06c3473c29913edb81d076c6343a93bbe29d94da (patch)
tree39f08f2fdd4bf044a619d68a874f5db60e8b1249
parent83c529efb68161b431b9e3aa2bf6ad2764b30cb8 (diff)
Undo packaging of LUA DLLs for Qt Win64 GUI. Static lib seems to be more stable.
-rw-r--r--pipelines/qwin64_build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipelines/qwin64_build.bat b/pipelines/qwin64_build.bat
index 606d5daa..a27701c7 100644
--- a/pipelines/qwin64_build.bat
+++ b/pipelines/qwin64_build.bat
@@ -50,8 +50,8 @@ msbuild /m fceux.sln /p:Configuration=Release
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\.
+REM copy %PROJECT_ROOT%\src\drivers\win\lua\x64\lua51.dll bin\.
+REM 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\.