Title: [158885] trunk/Source/WebKit
Revision
158885
Author
[email protected]
Date
2013-11-07 17:07:37 -0800 (Thu, 07 Nov 2013)

Log Message

Unreviewed. Windows WebKit makefile fixes.

No need to copy over WebKit.resources.

* WebKit.vcxproj/WebKit.make:
* WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (158884 => 158885)


--- trunk/Source/WebKit/ChangeLog	2013-11-07 23:46:21 UTC (rev 158884)
+++ trunk/Source/WebKit/ChangeLog	2013-11-08 01:07:37 UTC (rev 158885)
@@ -1,3 +1,12 @@
+2013-11-07  Roger Fong  <[email protected]>
+
+        Unreviewed. Windows WebKit makefile fixes.
+
+        No need to copy over WebKit.resources.
+
+        * WebKit.vcxproj/WebKit.make:
+        * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
+
 2013-11-07  Denis Nomiyama  <[email protected]>
 
         [GTK] Glyphs in vertical text tests are rotated 90 degrees clockwise

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (158884 => 158885)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-11-07 23:46:21 UTC (rev 158884)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd	2013-11-08 01:07:37 UTC (rev 158885)
@@ -11,8 +11,6 @@
 xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime_internal.h" "%CONFIGURATIONBUILDDIR%\include\WebKit"
 xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\nptypes.h" "%CONFIGURATIONBUILDDIR%\include\WebKit"
 
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources"
-xcopy /y /d "%PROJECTDIR%..\..\WebKit.resources\*" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources"
 if exist "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" "%WEBKIT_LIBRARIES%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
 
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"

Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit.make (158884 => 158885)


--- trunk/Source/WebKit/WebKit.vcxproj/WebKit.make	2013-11-07 23:46:21 UTC (rev 158884)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit.make	2013-11-08 01:07:37 UTC (rev 158885)
@@ -12,9 +12,7 @@
     set Path=%PATH%;$(SRCROOT)\%ProgramFilesAAS%
 	set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
 	devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
-	-xcopy "%ConfigurationBuildDir%\bin32\*.exe" "$(DSTROOT)\AppleInternal\bin32\" /e/v/i/h/y
 	xcopy "%ConfigurationBuildDir%\bin32\*.pdb" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
 	-xcopy "%ConfigurationBuildDir%\bin32\*.dll" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
 	xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y	
 	xcopy "%ConfigurationBuildDir%\lib32\*" "$(DSTROOT)\AppleInternal\lib32\" /e/v/i/h/y
-	xcopy "%ConfigurationBuildDir%\bin32\WebKit.resources\*" "$(DSTROOT)\%ProgramFilesAAS%\WebKit.resources" /e/v/i/h/y
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to