RESOLVED FIXED 119600
64-bit ANGLE build can't find DirectX libraries
https://bugs.webkit.org/show_bug.cgi?id=119600
Summary 64-bit ANGLE build can't find DirectX libraries
Alex Christensen
Reported 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.
Attachments
Patch (12.22 KB, patch)
2013-08-08 15:19 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2013-08-08 15:19:57 PDT
Brent Fulgham
Comment 2 2013-08-08 16:09:01 PDT
Comment on attachment 208374 [details] Patch r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2013-08-08 19:10:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.