Bug 108971

Summary: Add a JavaScriptCore Export Generator project
Product: WebKit Reporter: Roger Fong <roger_fong>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, jonlee, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
patch bfulgham: review+, bfulgham: commit-queue-

Description Roger Fong 2013-02-05 12:57:40 PST
Making a JSC export generator project to match the webkit generator project. Patch on the way.
I haven't actually added the appropriate preprocessor definitions to the existing exports in JavaScriptCoreExports.def.in. 
I'd rather someone more well versed in the what-goes where in JSC do that.
Comment 1 Roger Fong 2013-02-05 13:57:58 PST
Created attachment 186696 [details]
patch
Comment 2 Brent Fulgham 2013-02-05 14:14:36 PST
Comment on attachment 186696 [details]
patch

It's a shame that the symbol export stuff used by Xcode/Linux builds couldn't be shared somehow.
Comment 3 Roger Fong 2013-02-05 15:08:48 PST
Committed: http://trac.webkit.org/changeset/141939
Comment 4 Roger Fong 2013-02-05 15:12:18 PST
(In reply to comment #2)
> (From update of attachment 186696 [details])
> It's a shame that the symbol export stuff used by Xcode/Linux builds couldn't be shared somehow.

You mean something that could convert between the xcode and vs export defs? Seems hard...