Bug 1870926 [wpt PR 43734] - Remove experimental ::details-summary pseudo-element...
[gecko.git] / toolkit / components / maintenanceservice / Makefile.in
blobb07afbb0a96bdb45b2786d498a203629938efe0b
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 ifndef MOZ_WINCONSOLE
6 ifdef MOZ_DEBUG
7 MOZ_WINCONSOLE = 1
8 else
9 MOZ_WINCONSOLE = 0
10 endif
11 endif
13 include $(topsrcdir)/config/rules.mk