michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: ifdef MOZ_ANGLE_RENDERER michael@0: michael@0: libs:: michael@0: ifdef MOZ_D3DCOMPILER_DLL_PATH michael@0: cp -fp "$(MOZ_D3DCOMPILER_DLL_PATH)" "$(DIST)/bin" michael@0: else michael@0: ifdef MOZ_D3DCOMPILER_CAB michael@0: expand '$(MOZ_D3DCOMPILER_CAB)' -F:$(MOZ_D3DCOMPILER_DLL) '$(DIST)/bin' michael@0: endif michael@0: endif michael@0: michael@0: endif michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: # We have to filter out -pedantic, because of michael@0: # comma-at-end-of-enumerator list failures. We can try to get this fixed michael@0: # upstream at some point. michael@0: CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS)) michael@0: CFLAGS := $(filter-out -pedantic,$(CFLAGS))