Bug 96992

Summary: JSC: Fix for WinCairo builds
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix. fpizlo: review+

Description Mark Lam 2012-09-18 01:04:17 PDT
When the llint vcproj files were added, I wasn't aware that the rest of the other vcproj build targets are in use.  This fix sets up the build targets in LLIntDesiredOffsets.vcproj, LLIntOffsetsExtractor.vcproj, and LLIntAssembly.vcproj to match those in jsc.vcproj.
Comment 1 Mark Lam 2012-09-18 01:13:11 PDT
Created attachment 164511 [details]
Fix.
Comment 2 Filip Pizlo 2012-09-18 01:31:09 PDT
Comment on attachment 164511 [details]
Fix.

rs=me
Comment 3 Mark Lam 2012-09-18 01:41:22 PDT
Committed fix in r128860: <http://trac.webkit.org/changeset/128860>.
Comment 4 Mark Lam 2012-09-18 09:58:40 PDT
The fix failed.
Comment 5 Mark Lam 2012-09-18 10:01:19 PDT
The wincairo flavor builds fine for me locally.
Comment 6 Mark Lam 2012-09-18 22:41:39 PDT
The fix is effective.  A clean build was needed to clear the build errors:
http://build.webkit.org/builders/WinCairo%20Release/builds/15552
http://build.webkit.org/builders/WinCairo%20Release/builds/15552/steps/jscore-test/logs/stdio

Closing as fixed.