1
0
forked from mirrors/0ad

[SM60 1/2] Upgrade Spidermonkey build system and binaries to 60.9.1

This changes VS to use the same library name as other platforms, since
the toolsets are binary-compatible going forward. This makes the build
script slightly more streamlined on windows.
Also enable building NSPR on windows as part of the spidermonkey build,
instead of compiling it separately.

Tested by: SubitaNeo, Stan
Refs #5859

Differential Revision: https://code.wildfiregames.com/D3115
This was SVN commit r24242.
This commit is contained in:
wraitii
2020-11-24 15:41:52 +00:00
parent a226c4804e
commit f2cf2c97ad
5 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
# pragma GCC diagnostic pop
#endif
#if MOZJS_MAJOR_VERSION != 52
#if MOZJS_MAJOR_VERSION != 60
#error Your compiler is trying to use an incorrect major version of the \
SpiderMonkey library. The only version that works is the one in the \
libraries/spidermonkey/ directory, and it will not work with a typical \