Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (148759 => 148760)
--- trunk/Source/_javascript_Core/ChangeLog 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-04-19 20:14:35 UTC (rev 148760)
@@ -1,3 +1,9 @@
+2013-04-19 Roger Fong <[email protected]>
+
+ Unreviewed. WebKit_Source is incorrectly set.
+
+ * _javascript_Core.vcxproj/_javascript_Core.make:
+
2013-04-19 Martin Robinson <[email protected]>
[GTK] JSCore.gir.in has a few problems
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make (148759 => 148760)
--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.make 2013-04-19 20:14:35 UTC (rev 148760)
@@ -9,7 +9,7 @@
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)
+ set WebKit_Source=$(SRCROOT)\..
-mkdir "%ConfigurationBuildDir%\include\private"
xcopy "%WebKit_Libraries%\include\private\*" "%ConfigurationBuildDir%\include\private" /e/v/i/h/y
devenv "_javascript_Core.submit.sln" /clean $(BUILDSTYLE)
Modified: trunk/Source/WTF/ChangeLog (148759 => 148760)
--- trunk/Source/WTF/ChangeLog 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WTF/ChangeLog 2013-04-19 20:14:35 UTC (rev 148760)
@@ -1,3 +1,9 @@
+2013-04-19 Roger Fong <[email protected]>
+
+ Unreviewed. WebKit_Source is incorrectly set.
+
+ * WTF.vcxproj/WTF.make:
+
2013-04-19 Alberto Garcia <[email protected]>
OSAllocatorPosix: fix build warnings about unused parameters in QNX
Modified: trunk/Source/WTF/WTF.vcxproj/WTF.make (148759 => 148760)
--- trunk/Source/WTF/WTF.vcxproj/WTF.make 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.make 2013-04-19 20:14:35 UTC (rev 148760)
@@ -8,7 +8,7 @@
set OFFICIAL_BUILD=1
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
- set WebKit_Source=$(SRCROOT)
+ set WebKit_Source=$(SRCROOT)\..
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
devenv "WTF.submit.sln" /clean $(BUILDSTYLE)
devenv "WTF.submit.sln" /build $(BUILDSTYLE)
Modified: trunk/Source/WebCore/ChangeLog (148759 => 148760)
--- trunk/Source/WebCore/ChangeLog 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WebCore/ChangeLog 2013-04-19 20:14:35 UTC (rev 148760)
@@ -1,3 +1,9 @@
+2013-04-19 Roger Fong <[email protected]>
+
+ Unreviewed. WebKit_Source is incorrectly set.
+
+ * WebCore.vcxproj/WebCore.make:
+
2013-04-18 Ryosuke Niwa <[email protected]>
Make loops in RenderObject::containingBlock homogeneous in their forms to simplify
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.make (148759 => 148760)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.make 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.make 2013-04-19 20:14:35 UTC (rev 148760)
@@ -9,7 +9,7 @@
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)
+ set WebKit_Source=$(SRCROOT)\..
-mkdir 2>NUL "%ConfigurationBuildDir%\include\private"
xcopy "%WebKit_Libraries%\include\private\*" "%ConfigurationBuildDir%\include\private" /e/v/i/h/y
devenv "WebCore.submit.sln" /rebuild $(BUILDSTYLE)
Modified: trunk/Source/WebKit/ChangeLog (148759 => 148760)
--- trunk/Source/WebKit/ChangeLog 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WebKit/ChangeLog 2013-04-19 20:14:35 UTC (rev 148760)
@@ -1,3 +1,9 @@
+2013-04-19 Roger Fong <[email protected]>
+
+ Unreviewed. WebKit_Source is incorrectly set.
+
+ * WebKit.vcxproj/WebKit.make:
+
2013-04-19 Jose Lejin PJ <[email protected]>
[EFL] Add method in ewk_settings for setting the CSS media type
Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.make (148759 => 148760)
--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-04-19 19:58:08 UTC (rev 148759)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-04-19 20:14:35 UTC (rev 148760)
@@ -9,7 +9,7 @@
set WebKit_Libraries=$(SRCROOT)\AppleInternal
set WebKit_OutputDir=$(OBJROOT)
set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
- set WebKit_Source=$(SRCROOT)
+ set WebKit_Source=$(SRCROOT)\..
devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
-xcopy "%ConfigurationBuildDir%\bin\*.exe" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
xcopy "%ConfigurationBuildDir%\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y