RESOLVED FIXED 123206
Build scripts should add |Win32 for Windows 32-bit builds
https://bugs.webkit.org/show_bug.cgi?id=123206
Summary Build scripts should add |Win32 for Windows 32-bit builds
Alex Christensen
Reported 2013-10-23 07:15:50 PDT
I thought we did not need to be this explicit, but after opening a solution, building it with the x64 configuration, then running build-webkit or build-jsc, it defaults to the 64-bit build. The script should add |Win32 or |x64, depending on the desired configuration.
Attachments
Patch (2.40 KB, patch)
2013-10-23 07:27 PDT, Alex Christensen
no flags
Patch (2.41 KB, patch)
2013-10-23 12:18 PDT, Alex Christensen
no flags
Patch (7.83 KB, patch)
2013-10-23 13:17 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2013-10-23 07:27:50 PDT
Build Bot
Comment 2 2013-10-23 07:29:08 PDT
EFL EWS Bot
Comment 3 2013-10-23 07:31:37 PDT
Build Bot
Comment 4 2013-10-23 08:08:56 PDT
EFL EWS Bot
Comment 5 2013-10-23 08:10:06 PDT
kov's GTK+ EWS bot
Comment 6 2013-10-23 08:51:32 PDT
Alex Christensen
Comment 7 2013-10-23 12:18:39 PDT
Brent Fulgham
Comment 8 2013-10-23 13:02:26 PDT
Comment on attachment 214980 [details] Patch r=me
Brent Fulgham
Comment 9 2013-10-23 13:05:16 PDT
Comment on attachment 214980 [details] Patch Whoops! This doesn't work. It's putting the "|Win32" into the path.
Alex Christensen
Comment 10 2013-10-23 13:17:11 PDT
Brent Fulgham
Comment 11 2013-10-23 13:29:21 PDT
Comment on attachment 214986 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214986&action=review r=me > Tools/Scripts/old-run-webkit-tests:436 > + $dumpToolName .= "_debug" if configuration() eq "Debug_All"; I think this is now called "DebugSuffix" in the Visual Studio project, but I'm not sure if other targets use "Debug_All" to define their builds. We might want to change this to "DebugSuffix" if it's only used on Windows.
WebKit Commit Bot
Comment 12 2013-10-23 13:53:48 PDT
Comment on attachment 214986 [details] Patch Clearing flags on attachment: 214986 Committed r157882: <http://trac.webkit.org/changeset/157882>
WebKit Commit Bot
Comment 13 2013-10-23 13:53:51 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.