Re: xulrunner sdk for visual studio 2012
Philipp Wagner <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Am 30.09.2013 11:46, schrieb YuLo: > I have a xulrunner application. > I worked with xulrunner SDK v. 8.0 > Now I desided to upgrade at last. > All twenty files now compiled good, > but I can not link to SDK libraries. > AFAIK I need a SDK/xulrunner compiled in VS2012. > I suppose there is such SDK somewhere. > Google have not helped. > I do not dare to start compiling the SDK by myself. > May be someone can share? > The prebuilt SDKs are available at http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/latest/sdk/, but they are (as you noted) built with VC10 (aka Visual Studio 2010). But don't be afraid of building XULRunner SDK yourself, it's actually quite well documented and not too hard at all. Just have a look here https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions You'll need a mozconfig file with --enable-application=xulrunner in there (instead of browser). Philipp