1# This Source Code Form is subject to the terms of the Mozilla Public 2# License, v. 2.0. If a copy of the MPL was not distributed with this 3# file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5ifdef MOZ_ANGLE_RENDERER 6 7libs:: 8ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH 9 cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin" 10endif 11 12ifdef MOZ_D3DCOMPILER_XP_CAB 13 expand '$(MOZ_D3DCOMPILER_XP_CAB)' -F:$(MOZ_D3DCOMPILER_XP_DLL) '$(DIST)/bin' 14endif 15 16endif 17 18include $(topsrcdir)/config/rules.mk 19 20