Bug 119600 - 64-bit ANGLE build can't find DirectX libraries
Summary: 64-bit ANGLE build can't find DirectX libraries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 15:18 PDT by Alex Christensen
Modified: 2013-08-08 19:10 PDT (History)
4 users (show)

See Also:


Attachments
Patch (12.22 KB, patch)
2013-08-08 15:19 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2013-08-08 15:18:59 PDT
The 64-bit build of ANGLE on Windows can't find the DirectX libraries.  The DirectX installation has the 32-bit libraries in a folder called x86 and the 64-bit libraries in a folder called x64.  I was using the $(PlatformShortName) macro in Visual Studio to link to these and it works fine with the 32-bit build, but with a 64-bit build it expands to AMD64, not x64.  There is no macro that is x86 for a 32-bit build and x64 for a 64-bit build, so instead of making one, I'll just use two different property sheets to link the builds.
Comment 1 Alex Christensen 2013-08-08 15:19:57 PDT
Created attachment 208374 [details]
Patch
Comment 2 Brent Fulgham 2013-08-08 16:09:01 PDT
Comment on attachment 208374 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-08-08 19:10:50 PDT
Comment on attachment 208374 [details]
Patch

Clearing flags on attachment: 208374

Committed r153874: <http://trac.webkit.org/changeset/153874>
Comment 4 WebKit Commit Bot 2013-08-08 19:10:53 PDT
All reviewed patches have been landed.  Closing bug.