Backed out changeset 0a133d5fd155 (bug 1864534) for causing screenshot related failur...
[gecko.git] / mozglue / build / Makefile.in
blob558ceba0660bdea67fecf235c10c28e3f64dc83e
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # For FORCE_SHARED_LIB
7 include $(topsrcdir)/config/config.mk
9 ifeq (WINNT,$(OS_TARGET))
10 # Rebuild mozglue.dll if the manifest changes - it's included by mozglue.rc.
11 # (this dependency should really be just for mozglue.dll, not other targets)
12 # Note the manifest file exists in the tree, so we use the explicit filename
13 # here.
14 EXTRA_DEPS += $(srcdir)/mozglue.dll.manifest
15 endif