Bug 108958 - [Windows] VS2010 JavaScriptCore putting Import library in wrong place
Summary: [Windows] VS2010 JavaScriptCore putting Import library in wrong place
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Blocker
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 10:35 PST by Brent Fulgham
Modified: 2013-04-15 13:02 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.20 KB, patch)
2013-02-05 10:40 PST, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2013-02-05 10:35:08 PST
The currently checked-in version of the JavaScriptCore project is building the JavaScriptCore.lib library and placing it in $(ConfigurationBuildDir)\bin, instead of $(ConfigurationBuildDir)\lib.  This prevents other things (like JSC) from building.

It looks like the revamped VS2010 common property sheet is missing the Linker export settings used in the VS2005 version of the file.

This patch corrects this oversight.
Comment 1 Brent Fulgham 2013-02-05 10:40:14 PST
Created attachment 186657 [details]
Patch
Comment 2 Brent Fulgham 2013-04-15 13:02:33 PDT
Comment on attachment 186657 [details]
Patch

Roger fixed this in a different commit.