From b362f0537a02b91a06c65f8c83b042f24cc9265f Mon Sep 17 00:00:00 2001 From: Itms Date: Mon, 7 Jul 2025 10:44:45 +0200 Subject: [PATCH] Fixup SpiderMonkey DLL for Windows 7 on Win32 Pulling the DLL from SVN is performed separately to allow backporting to A27. Accepted-By: sera Reviewed-On: https://gitea.wildfiregames.com/0ad/0ad/pulls/8175 --- libraries/get-windows-libs.bat | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libraries/get-windows-libs.bat b/libraries/get-windows-libs.bat index 20ccd38220..82f76f38d7 100644 --- a/libraries/get-windows-libs.bat +++ b/libraries/get-windows-libs.bat @@ -18,6 +18,15 @@ svn co https://svn.wildfiregames.com/public/%REPO_NAME%/trunk@%svnrev% %LIBS_PAT svn export --force https://svn.wildfiregames.com/public/%REPO_NAME%/trunk@%svnrev% %LIBS_PATH% || ^ exit /b 1 +rem **Fixup SpiderMonkey for Windows 7 on Win32** +rem This change is performed separately to allow backporting to A27 +set "smrev=28263" +if "%LIBS_PATH%" == "win32" ( + svn up -r %smrev% win32/spidermonkey/bin || ^ + svn export --force https://svn.wildfiregames.com/public/windows-libs/trunk/spidermonkey/bin@%smrev% win32/spidermonkey/bin || ^ + exit /b 1 +) + rem **Copy dependencies' binaries to binaries/system/** rem static libs: boost fmt