Title: [100868] trunk
Revision
100868
Author
[email protected]
Date
2011-11-19 20:25:44 -0800 (Sat, 19 Nov 2011)

Log Message

[wx] Build fix after GeneratedImage refactoring.

Modified Paths


Diff

Modified: trunk/ChangeLog (100867 => 100868)


--- trunk/ChangeLog	2011-11-20 04:19:06 UTC (rev 100867)
+++ trunk/ChangeLog	2011-11-20 04:25:44 UTC (rev 100868)
@@ -1,3 +1,9 @@
+2011-11-19  Kevin Ollivier  <[email protected]>
+
+        [wx] Build fix after GeneratedImage refactoring.
+
+        * wscript:
+
 2011-11-19  Alexis Menard  <[email protected]>
 
         [Qt] Add the map file symbols export as a dependency of the final qmake target.

Modified: trunk/wscript (100867 => 100868)


--- trunk/wscript	2011-11-20 04:19:06 UTC (rev 100867)
+++ trunk/wscript	2011-11-20 04:25:44 UTC (rev 100868)
@@ -318,6 +318,10 @@
         excludes.append('WebDOMScriptProfileNode.cpp')
         excludes.append('WebNativeEventListener.cpp')
         
+        # this file is unused by any port, not sure why it was
+        # left in the tree
+        excludes.append('GeneratedImage.cpp')
+        
         # features we don't build / use
         excludes.append('JSNavigatorCustom.cpp')
         excludes.append('WebGLContextEvent.cpp')
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to