⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280993 in webkit


Ignore:
Timestamp:
Aug 12, 2021, 4:30:57 PM (5 years ago)
Author:
Alan Coon
Message:

Apply patch. rdar://problem/81727006

Location:
branches/safari-612.1.15.4-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.1.15.4-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make

    r280596 r280993  
    1010        if errorlevel 1 exit 1
    1111
    12         @xcopy /y /e "%JAVASCRIPTCORE_PRIVATE_HEADERS_DIR%\inspector\InspectorBackendCommands.js" "%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI\Protocol"
    13         if errorlevel 1 exit 1
    14 
    1512        if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
    1613
  • branches/safari-612.1.15.4-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.proj

    r205192 r280993  
    6666      <Output TaskParameter="Include" ItemName="Bin64Resources" />
    6767    </CreateItem>
     68    <CreateItem Include="$(WebKit_Libraries)\include\private\JavaScriptCore\inspector\InspectedBackendCommands.js">
     69      <Output TaskParameter="Include" ItemName="InspectedBackendCommandsFile" />
     70    </CreateItem>
    6871
    6972    <Copy SourceFiles="@(Bin32Resources)" DestinationFiles="@(Bin32Resources->'$(DSTROOT)\$(ProgramFilesAAS32)\WebKit.resources\%(RecursiveDir)%(Filename)%(Extension)')" />
    7073    <Copy SourceFiles="@(Bin64Resources)" DestinationFiles="@(Bin64Resources->'$(DSTROOT)\$(ProgramFilesAAS64)\WebKit.resources\%(RecursiveDir)%(Filename)%(Extension)')" />
     74
     75    <Message Text="Copying @(InspectedBackendCommandsFile) to $(DSTROOT)" />
     76    <Copy SourceFiles="@(InspectedBackendCommandsFile)" DestinationFolder="$(DSTROOT)\$(ProgramFilesAAS32)\WebKit.resources\WebInspectorUI\Protocol" />
     77    <Copy SourceFiles="@(InspectedBackendCommandsFile)" DestinationFolder="$(DSTROOT)\$(ProgramFilesAAS64)\WebKit.resources\WebInspectorUI\Protocol" />
    7178  </Target>
    7279
Note: See TracChangeset for help on using the changeset viewer.