2012-07-25 16:13:45 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2010-07-15 03:52:34 +00:00
|
|
|
|
2012-07-25 16:13:45 +00:00
|
|
|
ifdef MOZ_ANGLE_RENDERER
|
2010-12-03 22:44:01 +00:00
|
|
|
|
2013-01-24 22:48:17 +00:00
|
|
|
libs::
|
2014-05-02 22:31:05 +00:00
|
|
|
ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH
|
|
|
|
cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin"
|
2012-09-19 08:58:31 +00:00
|
|
|
endif
|
2014-05-02 22:31:05 +00:00
|
|
|
|
|
|
|
ifdef MOZ_D3DCOMPILER_XP_CAB
|
|
|
|
expand '$(MOZ_D3DCOMPILER_XP_CAB)' -F:$(MOZ_D3DCOMPILER_XP_DLL) '$(DIST)/bin'
|
2014-03-22 01:49:26 +00:00
|
|
|
endif
|
2010-10-09 19:44:25 +00:00
|
|
|
|
|
|
|
endif
|
2011-03-29 22:16:39 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-01-24 14:21:01 +00:00
|
|
|
# We have to filter out -pedantic, because of
|
|
|
|
# comma-at-end-of-enumerator list failures. We can try to get this fixed
|
|
|
|
# upstream at some point.
|
|
|
|
CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS))
|
|
|
|
CFLAGS := $(filter-out -pedantic,$(CFLAGS))
|