Separate WTF parts of JavaScriptCoreGenerated into WTFGenerated for Windows build
Created attachment 130941 [details] Patch
Comment on attachment 130941 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130941&action=review r=me. Hopefully bfulgham will get a chance to take a look at it before you commit it. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:34 > + CompileAsManaged="" Do we know why this section got added? It looks like it got pulled into the vcproj from the JavaScriptCoreGeneratedCommon.vsprops file. I think the addition of this sections should probably be reverted. Otherwise, future changes to the vsprops files might not have any effect. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:53 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:72 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:91 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:110 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:129 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:148 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:34 > + CompileAsManaged="" I think the same goes for this section. It looks like it is covered by the WTFGeneratedCommon.vsprops. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:53 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:72 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:91 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:110 > + CompileAsManaged="" Ditto. > Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFGenerated.vcproj:129 > + CompileAsManaged="" Ditto.
Yay! Thanks. No way I could have done this (safely) myself. :)
Comment on attachment 130941 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130941&action=review >> Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:34 >> + CompileAsManaged="" > > Do we know why this section got added? It looks like it got pulled into the vcproj from the JavaScriptCoreGeneratedCommon.vsprops file. > > I think the addition of this sections should probably be reverted. Otherwise, future changes to the vsprops files might not have any effect. Wow - you're right. Looks like Visual Studio copied these from the vsprops into the vcproj. I'll revert these changes.
Committed r110264: <http://trac.webkit.org/changeset/110264>