Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • copy_compiler_dll.bat
Find file
BlameHistoryPermalink
  • Scott Graham's avatar
    Avoid double copy of d3dcompiler_47.dll · b633dc61
    Scott Graham authored Jan 28, 2015
    ninja expects the output of an action to update the timestamp, however
    a plain copy does not do this. So on a second run, ninja sees the
    timestamp of the copy .bat is newer than the dll (original publish date)
    so it re-copies. To avoid this, `touch` the dll on copy.
    
    BUG=453037
    Change-Id: Icb849d2b0faaceeccfc33e2eda509c835c9cdc93
    Reviewed-on: https://chromium-review.googlesource.com/244040Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarScott Graham <scottmg@chromium.org>
    b633dc61
copy_compiler_dll.bat 411 Bytes
EditWeb IDE
×

Replace copy_compiler_dll.bat

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.