Makefile.in 380 B

12345678910111213141516
  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. ifdef MOZ_ANGLE_RENDERER
  5. libs::
  6. ifdef MOZ_D3DCOMPILER_VISTA_DLL_PATH
  7. cp -fp "$(MOZ_D3DCOMPILER_VISTA_DLL_PATH)" "$(DIST)/bin"
  8. endif
  9. endif
  10. include $(topsrcdir)/config/rules.mk