Commit ae7c789a authored by Georg Koppen's avatar Georg Koppen Committed by Mike Perry
Browse files

Bug 12811: Add MOZ_D3DCOMPILER_DLL iff available.

It seems MOZ_D3DCOMPILER_DLL is not avilable when compiling with
mingw-w64. Trying to include it nevertheless breaks the packaging step
as `@BINPATH@/@MOZ_D3DCOMPILER_DLL@` resolves to `bin/` which results
in including all the things beginning with a `bin/` (again) which is
treated as an error in case they got already included.

This got fixed more or less by accident by bug 999260 which did not make
it into ESR 31 (https://hg.mozilla.org/mozilla-central/rev/8b48386fc226).
parent eb9ea82e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -597,8 +597,10 @@
#ifdef MOZ_ANGLE_RENDERER
@BINPATH@/libEGL.dll
@BINPATH@/libGLESv2.dll
#ifdef MOZ_D3DCOMPILER_DLL_PATH
@BINPATH@/@MOZ_D3DCOMPILER_DLL@
#endif
#endif

; [Browser Chrome Files]
@BINPATH@/browser/chrome.manifest