[Webkit-unassigned] [Bug 8044] WebKit Visual Studio 2005 project shouldn't use the SolutionDir

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Apr 26 12:05:37 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8044


ggaren at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #6 from ggaren at apple.com  2006-04-26 12:05 PDT -------
+2006-04-26  Geoffrey Garen  <ggaren at apple.com>
+
+        Reviewed by Darin.
+
+        Committing the project file change jhaygood suggesed in
+        http://bugzilla.opendarwin.org/show_bug.cgi?id=8044
+        WebKit Visual Studio 2005 project shouldn't use the SolutionDir
+        
+        Instead of his patch, I used the following commands:
+
+        sed -e 's/$(SolutionDir)/$(ProjectDir)\\../g' Image\ Viewer/Image\
+        Viewer.vcproj > Image\ Viewer/Image\ Viewer.vcproj_ && mv Image\
+        Viewer/Image\ Viewer.vcproj_ Image\ Viewer/Image\ Viewer.vcproj
+
+        sed -e 's/$(SolutionDir)/$(ProjectDir)\\../g'
+        WebCore/WebCore.vcproj > WebCore/WebCore.vcproj_ && mv
+        WebCore/WebCore.vcproj_ WebCore/WebCore.vcproj
+
+        * Viewer.vcproj:
+        * WebCore.vcproj/WebCore/WebCore.vcproj:
+


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list