mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
a654e25d18
MozReview-Commit-ID: DSOOKc94wNV --HG-- extra : rebase_source : 007a4c974ba16f2dc6e77e4b78e919769e0af8d1 extra : source : b448674d91482b214fb2a6c4e83d2e86638f28ef
16 lines
380 B
Makefile
Executable File
16 lines
380 B
Makefile
Executable File
# 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/.
|
|
|
|
ifdef MOZ_ANGLE_RENDERER
|
|
|
|
libs::
|
|
ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH
|
|
cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin"
|
|
endif
|
|
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|