Title: [158887] branches/safari-537.60-branch/Source/WebKit
- Revision
- 158887
- Author
- [email protected]
- Date
- 2013-11-07 17:12:52 -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: branches/safari-537.60-branch/Source/WebKit/ChangeLog (158886 => 158887)
--- branches/safari-537.60-branch/Source/WebKit/ChangeLog 2013-11-08 01:12:06 UTC (rev 158886)
+++ branches/safari-537.60-branch/Source/WebKit/ChangeLog 2013-11-08 01:12:52 UTC (rev 158887)
@@ -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-04 Lucas Forschler <[email protected]>
Merge r158602
Modified: branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (158886 => 158887)
--- branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd 2013-11-08 01:12:06 UTC (rev 158886)
+++ branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd 2013-11-08 01:12:52 UTC (rev 158887)
@@ -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%\bin32\WebKit.resources"
-xcopy /y /d "%PROJECTDIR%..\..\WebKit.resources\*" "%CONFIGURATIONBUILDDIR%\bin32\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: branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit.make (158886 => 158887)
--- branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-11-08 01:12:06 UTC (rev 158886)
+++ branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit.make 2013-11-08 01:12:52 UTC (rev 158887)
@@ -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