Changeset 283404 in webkit
- Timestamp:
- Oct 1, 2021, 2:33:03 PM (5 years ago)
- Location:
- branches/safari-612.2.9.1-branch
- Files:
-
- 14 edited
-
ChangeLog (modified) (1 diff)
-
Source/JavaScriptCore/ChangeLog (modified) (1 diff)
-
Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj (modified) (2 diffs)
-
Source/Makefile (modified) (1 diff)
-
Source/WTF/ChangeLog (modified) (1 diff)
-
Source/WTF/WTF.vcxproj/WTF.proj (modified) (1 diff)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/WebCore.vcxproj/WebCore.proj (modified) (1 diff)
-
Source/WebInspectorUI/ChangeLog (modified) (1 diff)
-
Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make (modified) (1 diff)
-
Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.proj (modified) (1 diff)
-
Source/WebKitLegacy/ChangeLog (modified) (1 diff)
-
Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj (modified) (1 diff)
-
Source/cmake/WinTools.make (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.2.9.1-branch/ChangeLog
r281088 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch. 61 https://bugs.webkit.org/show_bug.cgi?id=229627 62 63 Reviewed by Per Arne Vollan. 64 65 * Source/Makefile: 66 * Source/cmake/WinTools.make: 67 1 68 2021-08-16 David Kilzer <ddkilzer@apple.com> 2 69 -
branches/safari-612.2.9.1-branch/Source/JavaScriptCore/ChangeLog
r283148 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch. 61 https://bugs.webkit.org/show_bug.cgi?id=229627. 62 63 Reviewed by Per Arne Vollan. 64 65 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 66 1 67 2021-09-27 Alan Coon <alancoon@apple.com> 2 68 -
branches/safari-612.2.9.1-branch/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.proj
r254681 r283404 29 29 <ConfigurationBuildDir>$(OBJROOT)\$(CONFIG)</ConfigurationBuildDir> 30 30 <OutputDirectory>$(DSTROOT)</OutputDirectory> 31 <CMakeCommandCommon>cmake $(SRCROOT) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DJAVASCRIPTCORE_DIR=$(SRCROOT.Replace('\','/'))</CMakeCommandCommon> 31 <SourceSubdirectory>\Source\JavaScriptCore</SourceSubdirectory> 32 <CMakeCommandCommon>cmake $(SRCROOT)$(SourceSubdirectory) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DJAVASCRIPTCORE_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/'))</CMakeCommandCommon> 32 33 </PropertyGroup> 33 34 … … 75 76 <Output TaskParameter="Include" ItemName="InspectorFiles" /> 76 77 </CreateItem> 77 <CreateItem Include="$(SRCROOT) \API\*.h">78 <CreateItem Include="$(SRCROOT)$(SourceSubdirectory)\API\*.h"> 78 79 <Output TaskParameter="Include" ItemName="APIFiles" /> 79 80 </CreateItem> -
branches/safari-612.2.9.1-branch/Source/Makefile
r272929 r283404 51 51 installsrc: 52 52 @$(build_target_for_each_module) 53 cp -R ../Source/cmake $(SRCROOT)/Source/ -
branches/safari-612.2.9.1-branch/Source/WTF/ChangeLog
r283245 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch 61 https://bugs.webkit.org/show_bug.cgi?id=229627 62 63 Reviewed by Per Arne Vollan. 64 65 * WTF.vcxproj/WTF.proj: 66 1 67 2021-09-29 Alan Coon <alancoon@apple.com> 2 68 -
branches/safari-612.2.9.1-branch/Source/WTF/WTF.vcxproj/WTF.proj
r254681 r283404 29 29 <ConfigurationBuildDir>$(OBJROOT)\$(CONFIG)</ConfigurationBuildDir> 30 30 <OutputDirectory>$(DSTROOT)</OutputDirectory> 31 <CMakeCommandCommon>cmake $(SRCROOT) -DPORT=AppleWin $(DebugSuffixDefinition) -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWTF_DIR=$(SRCROOT.Replace('\','/'))</CMakeCommandCommon> 31 <SourceSubdirectory>\Source\WTF</SourceSubdirectory> 32 <CMakeCommandCommon>cmake $(SRCROOT)$(SourceSubdirectory) -DPORT=AppleWin $(DebugSuffixDefinition) -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWTF_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/'))</CMakeCommandCommon> 32 33 </PropertyGroup> 33 34 -
branches/safari-612.2.9.1-branch/Source/WebCore/ChangeLog
r283146 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch. 61 https://bugs.webkit.org/show_bug.cgi?id=229627. 62 63 Reviewed by Per Arne Vollan. 64 65 * WebCore.vcxproj/WebCore.proj: 66 1 67 2021-09-27 Alan Coon <alancoon@apple.com> 2 68 -
branches/safari-612.2.9.1-branch/Source/WebCore/WebCore.vcxproj/WebCore.proj
r254681 r283404 29 29 <ConfigurationBuildDir>$(OBJROOT)\$(CONFIG)</ConfigurationBuildDir> 30 30 <OutputDirectory>$(DSTROOT)</OutputDirectory> 31 <CMakeCommandCommon>cmake $(SRCROOT) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWEBCORE_DIR=$(SRCROOT.Replace('\','/')) -DPAL_DIR=$(SRCROOT.Replace('\','/'))/PAL</CMakeCommandCommon> 31 <SourceSubdirectory>\Source\WebCore</SourceSubdirectory> 32 <CMakeCommandCommon>cmake $(SRCROOT)$(SourceSubdirectory) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWEBCORE_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/')) -DPAL_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/'))/PAL</CMakeCommandCommon> 32 33 </PropertyGroup> 33 34 -
branches/safari-612.2.9.1-branch/Source/WebInspectorUI/ChangeLog
r281261 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch. 61 https://bugs.webkit.org/show_bug.cgi?id=229627 62 63 Reviewed by Per Arne Vollan. 64 65 * WebInspectorUI.vcxproj/WebInspectorUI.make: 66 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 67 1 68 2021-08-17 Devin Rousso <drousso@apple.com> 2 69 -
branches/safari-612.2.9.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make
r280574 r283404 10 10 if errorlevel 1 exit 1 11 11 12 @xcopy /y /e "%JAVASCRIPTCORE_PRIVATE_HEADERS_DIR%\inspector\InspectorBackendCommands.js" "%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI\Protocol"13 if errorlevel 1 exit 114 15 12 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed" 16 13 -
branches/safari-612.2.9.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.proj
r205192 r283404 66 66 <Output TaskParameter="Include" ItemName="Bin64Resources" /> 67 67 </CreateItem> 68 <CreateItem Include="$(WebKit_Libraries)\include\private\JavaScriptCore\inspector\InspectorBackendCommands.js"> 69 <Output TaskParameter="Include" ItemName="InspectorBackendCommandsFile" /> 70 </CreateItem> 68 71 69 72 <Copy SourceFiles="@(Bin32Resources)" DestinationFiles="@(Bin32Resources->'$(DSTROOT)\$(ProgramFilesAAS32)\WebKit.resources\%(RecursiveDir)%(Filename)%(Extension)')" /> 70 73 <Copy SourceFiles="@(Bin64Resources)" DestinationFiles="@(Bin64Resources->'$(DSTROOT)\$(ProgramFilesAAS64)\WebKit.resources\%(RecursiveDir)%(Filename)%(Extension)')" /> 74 75 <Message Text="Copying @(InspectorBackendCommandsFile) to $(DSTROOT)" /> 76 <Copy SourceFiles="@(InspectorBackendCommandsFile)" DestinationFolder="$(DSTROOT)\$(ProgramFilesAAS32)\WebKit.resources\WebInspectorUI\Protocol" /> 77 <Copy SourceFiles="@(InspectorBackendCommandsFile)" DestinationFolder="$(DSTROOT)\$(ProgramFilesAAS64)\WebKit.resources\WebInspectorUI\Protocol" /> 71 78 </Target> 72 79 -
branches/safari-612.2.9.1-branch/Source/WebKitLegacy/ChangeLog
r280758 r283404 1 2021-10-01 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r281725. rdar://problem/83782432 4 5 .: 6 Land Windows build fixes from safari-612.1.29.14-branch. 7 https://bugs.webkit.org/show_bug.cgi?id=229627 8 9 Reviewed by Per Arne Vollan. 10 11 * Source/Makefile: 12 * Source/cmake/WinTools.make: 13 14 Source/JavaScriptCore: 15 Land Windows build fixes from safari-612.1.29.14-branch. 16 https://bugs.webkit.org/show_bug.cgi?id=229627. 17 18 Reviewed by Per Arne Vollan. 19 20 * JavaScriptCore.vcxproj/JavaScriptCore.proj: 21 22 Source/WebCore: 23 Land Windows build fixes from safari-612.1.29.14-branch. 24 https://bugs.webkit.org/show_bug.cgi?id=229627. 25 26 Reviewed by Per Arne Vollan. 27 28 * WebCore.vcxproj/WebCore.proj: 29 30 Source/WebInspectorUI: 31 Land Windows build fixes from safari-612.1.29.14-branch. 32 https://bugs.webkit.org/show_bug.cgi?id=229627 33 34 Reviewed by Per Arne Vollan. 35 36 * WebInspectorUI.vcxproj/WebInspectorUI.make: 37 * WebInspectorUI.vcxproj/WebInspectorUI.proj: 38 39 Source/WebKitLegacy: 40 Land Windows build fixes from safari-612.1.29.14-branch. 41 https://bugs.webkit.org/show_bug.cgi?id=229627. 42 43 Reviewed by Per Arne Vollan. 44 45 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 46 47 Source/WTF: 48 Land Windows build fixes from safari-612.1.29.14-branch 49 https://bugs.webkit.org/show_bug.cgi?id=229627 50 51 Reviewed by Per Arne Vollan. 52 53 * WTF.vcxproj/WTF.proj: 54 55 56 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281725 268f45cc-cd09-0410-ab3c-d52691b4dbfc 57 58 2021-08-27 Russell Epstein <repstein@apple.com> 59 60 Land Windows build fixes from safari-612.1.29.14-branch. 61 https://bugs.webkit.org/show_bug.cgi?id=229627. 62 63 Reviewed by Per Arne Vollan. 64 65 * WebKitLegacy.vcxproj/WebKitLegacy.proj: 66 1 67 2021-08-07 Myles C. Maxfield <mmaxfield@apple.com> 2 68 -
branches/safari-612.2.9.1-branch/Source/WebKitLegacy/WebKitLegacy.vcxproj/WebKitLegacy.proj
r254681 r283404 29 29 <ConfigurationBuildDir>$(OBJROOT)\$(CONFIG)</ConfigurationBuildDir> 30 30 <OutputDirectory>$(DSTROOT)</OutputDirectory> 31 <CMakeCommandCommon>cmake $(SRCROOT) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWEBKIT_DIR=$(SRCROOT.Replace('\','/')) -DWEBKITLEGACY_DIR=$(SRCROOT.Replace('\','/'))</CMakeCommandCommon> 31 <SourceSubdirectory>\Source\WebKitLegacy</SourceSubdirectory> 32 <CMakeCommandCommon>cmake $(SRCROOT)$(SourceSubdirectory) -DPORT=AppleWin $(DebugSuffixDefinition) -DINTERNAL_BUILD=1 -DWEBKIT_LIBRARIES_DIR=$(WebKit_Libraries.Replace('\','/')) -DCMAKE_MODULE_PATH=$(SRCROOT.Replace('\','/'))/AppleInternal/tools/cmake -DCMAKE_BINARY_DIR=$(OBJROOT.Replace('\','/'))/$(CONFIG) -DCMAKE_BUILD_TYPE=$(CONFIGURATION) -DWEBKIT_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/')) -DWEBKITLEGACY_DIR=$(SRCROOT.Replace('\','/'))$(SourceSubdirectory.Replace('\','/'))</CMakeCommandCommon> 32 33 </PropertyGroup> 33 34 -
branches/safari-612.2.9.1-branch/Source/cmake/WinTools.make
r195498 r283404 1 1 install: 2 xcopy "$(SRCROOT)\ *.cmake" "$(DSTROOT)\AppleInternal\tools\cmake" /e/v/i/h/y3 xcopy "$(SRCROOT)\ tools\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y4 xcopy "$(SRCROOT)\ tools\vsprops\*" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y2 xcopy "$(SRCROOT)\Source\cmake\*.cmake" "$(DSTROOT)\AppleInternal\tools\cmake" /e/v/i/h/y 3 xcopy "$(SRCROOT)\Source\cmake\tools\scripts\*" "$(DSTROOT)\AppleInternal\tools\scripts" /e/v/i/h/y 4 xcopy "$(SRCROOT)\Source\cmake\tools\vsprops\*" "$(DSTROOT)\AppleInternal\tools\vsprops" /e/v/i/h/y
Note:
See TracChangeset
for help on using the changeset viewer.