Title: [198801] trunk/Source/WebCore
Revision
198801
Author
[email protected]
Date
2016-03-29 14:43:47 -0700 (Tue, 29 Mar 2016)

Log Message

Windows build fix.

* CMakeLists.txt:
DerivedSources.cpp should be in WebCore_DERIVED_SOURCES because it depends on the derived sources.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (198800 => 198801)


--- trunk/Source/WebCore/CMakeLists.txt	2016-03-29 21:17:32 UTC (rev 198800)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-03-29 21:43:47 UTC (rev 198801)
@@ -3789,8 +3789,7 @@
 if (ENABLE_ALLINONE_BUILD)
     message(STATUS "All-in-One DerivedSources build is enabled.")
     PROCESS_ALLINONE_FILE("${WebCore_SOURCES}" DerivedSources.cpp newSources TRUE)
-    set(WebCore_SOURCES DerivedSources.cpp ${newSources})
-    list(APPEND WebCore_DERIVED_SOURCES DerivedSources.cpp)
+    set(WebCore_DERIVED_SOURCES DerivedSources.cpp ${newSources})
 endif ()
 
 WEBKIT_WRAP_SOURCELIST(${WebCore_IDL_FILES} ${WebCore_DERIVED_SOURCES})

Modified: trunk/Source/WebCore/ChangeLog (198800 => 198801)


--- trunk/Source/WebCore/ChangeLog	2016-03-29 21:17:32 UTC (rev 198800)
+++ trunk/Source/WebCore/ChangeLog	2016-03-29 21:43:47 UTC (rev 198801)
@@ -1,5 +1,12 @@
 2016-03-29  Alex Christensen  <[email protected]>
 
+        Windows build fix.
+
+        * CMakeLists.txt:
+        DerivedSources.cpp should be in WebCore_DERIVED_SOURCES because it depends on the derived sources.
+
+2016-03-29  Alex Christensen  <[email protected]>
+
         Fix Windows build after r198777
 
         * CMakeLists.txt:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to