https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 753bbe0a23f344e74f501c9d88f7f54710c0600f authored by ffxbld on 24 June 2015, 22:28:51 UTC
Added FIREFOX_39_0_RELEASE FIREFOX_39_0_BUILD4 tag(s) for changeset ab10262d2aed. DONTBUILD CLOSED TREE a=release
Tip revision: 753bbe0
copy_compiler_dll.bat
@echo off
set _arch=%1
set _arch=%_arch:Win32=x86%
copy %2"\Redist\D3D\"%_arch%"\d3dcompiler_46.dll" %3 > NUL
back to top