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:
authorAutomerge Bot <bot@example.com>2022-10-12 03:49:32 +0300
committerAutomerge Bot <bot@example.com>2022-10-12 03:49:32 +0300
commit15b05b1daa54bdbff21c6e6d342daacb6c364414 (patch)
treeba25dfe976acd156de39983139e98cb6a289e761
parent481ebfcc4f85f1a6a5218a18198e5fff251855fa (diff)
parent06c3473c29913edb81d076c6343a93bbe29d94da (diff)
Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirl
-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\.