[Webkit-unassigned] [Bug 106989] Get WebKit projects compiling in VS2010 (32 bit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 13:10:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106989


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #186679|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #19 from Brent Fulgham <bfulgham at webkit.org>  2013-02-05 13:12:38 PST ---
(From update of attachment 186679)
View in context: https://bugs.webkit.org/attachment.cgi?id=186679&action=review

Looks good.  I propose we (you!) land it so we can use it as a base for finalizing things.  It *might* be nice to use 'svn copy' to create some of these files that are duplicates of the things in WebKit.vcproj, just so the SVN history will show where they came from.  You might check with Jon or somebody to see if that's important to them.

I don't think this patch will land automatically, since it is not prefixed by the WebKit/Source/WebKit path, so you'll need to land it manually.

> WebKit.vcxproj/Interfaces/FixMIDLHeaders.pl:1
> +#! /usr/bin/perl -w

If this is a duplicate of the one in WebKit.vcproj, you might want to use a 'svn cp' command so that we see the history of the file (as it is 'moved' from the VS2005 location to this new location).

> WebKit.vcxproj/WebKit/WebKitCommon.props:11
> +      <PreprocessorDefinitions Condition="'$(Platform)'=='x64'">WIN32</PreprocessorDefinitions>

Is this right?  Or are you just placeholding until you do a true 64-bit target?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list