Bug 116170 - [Windows] Create stand-alone JavaScriptCore/jsc Solution
Summary: [Windows] Create stand-alone JavaScriptCore/jsc Solution
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on: 116169
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-15 11:15 PDT by Brent Fulgham
Modified: 2015-01-05 15:36 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2013-05-15 11:15:41 PDT
The 'build-jsc' tool expects to be able to build a standalone JavaScriptCore (and jsc.exe) executable.  This solution was not updated to VS2010, and therefore this script cannot be used in a VS2010 build environment.

This bug makes the following changes:

1. Creates a new JavaScriptCore.sln for use with VS2010.
2. Updates the 'build-jsc' tool to build the VS2010 solution when used in a VS2010 build environment.
Comment 1 Brent Fulgham 2015-01-05 15:36:58 PST
This exists now.

Committed r157607: <http://trac.webkit.org/changeset/157607>