-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ship dx d3dcompiler_43x64 #10110
ship dx d3dcompiler_43x64 #10110
Conversation
update about box add dx lic files so we can link to them
<Content Include="..\..\tools\install\Extra\DirectX\D3DCompiler_43.dll"> | ||
<Link>D3DCompiler_43.dll</Link> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think using If Newer
instead of Always
more consistently on content like this would speed up the local build cycle.
seems to just be a fluke, next run past in record time 😉 |
Purpose
Restores missing dependency on windows 10 machines which do not have older dx shader compiler by default included with their installs any longer. (windows 7)
The compiler is part of the dx 2010 redistributable and is added to the dx install folder we have committed to the repo - at build time this dll is copied to the bin folder.
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@aparajit-pratap
@Dewb
FYIs
@smangarole
@Amoursol