Re: SpiderMonkey38 as static lib on Windows

[email protected] Fri, 26 Aug 2016 03:36:31 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
On Friday, August 26, 2016 at 12:01:32 PM UTC+2, Mihai Dobrescu wrote:
> + adding that def is not right, IMHO.
> It should get it during compilation out of the included files after config.
> Yet, it seems to need it for both, msvc and mingw.

Anyway, thanks for your help!
I am embedding SM38 on Linux statically, and now I need to port it to Win. Are you saying that you managed to statically link to the NSPR libs using mingw64, so that you did not have to deploy the DLLs, or you could NOT do that neither with mingw64 nor msvc?