2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2012-01-05 08:19:14 +04:00
|
|
|
|
|
|
|
DIST_PROGRAM = maintenanceservice$(BIN_SUFFIX)
|
|
|
|
|
2012-02-10 22:43:32 +04:00
|
|
|
# Don't link the maintenanceservice against mozglue.dll. See bug 687139 and
|
|
|
|
# bug 725876
|
|
|
|
MOZ_GLUE_LDFLAGS =
|
|
|
|
MOZ_GLUE_PROGRAM_LDFLAGS =
|
2012-01-05 08:19:14 +04:00
|
|
|
|
|
|
|
ifndef MOZ_WINCONSOLE
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
MOZ_WINCONSOLE = 1
|
|
|
|
else
|
|
|
|
MOZ_WINCONSOLE = 0
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|