Bumping manifests a=b2g-bump
[gecko.git] / xulrunner / stub / Makefile.in
blob2d940898aa5bd86784c176257a784f964c829507
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/.
5 # Don't create a dependency on mozglue
6 MOZ_GLUE_LDFLAGS =
8 ifndef MOZ_WINCONSOLE
9 ifdef MOZ_DEBUG
10 MOZ_WINCONSOLE = 1
11 else
12 MOZ_WINCONSOLE = 0
13 endif
14 endif