2012-07-25 20:13:45 +04: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 07:52:34 +04:00
|
|
|
|
2012-07-25 20:13:45 +04:00
|
|
|
ifdef MOZ_ANGLE_RENDERER
|
2010-12-04 01:44:01 +03:00
|
|
|
|
2013-01-25 02:48:17 +04:00
|
|
|
libs::
|
2014-05-03 02:31:05 +04:00
|
|
|
ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH
|
|
|
|
cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin"
|
2012-09-19 12:58:31 +04:00
|
|
|
endif
|
2014-05-03 02:31:05 +04:00
|
|
|
|
2010-10-09 23:44:25 +04:00
|
|
|
endif
|
2011-03-30 02:16:39 +04:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|