forked from mirrors/0ad
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a576daa4b |
@@ -10,11 +10,9 @@ svn export --force https://svn.wildfiregames.com/public/windows-libs/trunk@%svnr
|
||||
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
|
||||
)
|
||||
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/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user