2012-05-21 11:12:37 +00: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/.
|
2002-04-02 06:59:38 +00:00
|
|
|
|
2008-12-19 14:50:24 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-03-28 09:48:27 +00:00
|
|
|
ifdef MAKENSISU
|
|
|
|
|
2006-08-30 00:08:35 +00:00
|
|
|
# For Windows build the uninstaller during the application build since the
|
|
|
|
# uninstaller is included with the application for mar file generation.
|
|
|
|
libs::
|
|
|
|
$(MAKE) -C installer/windows uninstaller
|
2012-01-05 04:19:14 +00:00
|
|
|
ifdef MOZ_MAINTENANCE_SERVICE
|
|
|
|
$(MAKE) -C installer/windows maintenanceservice_installer
|
|
|
|
endif
|
2004-04-19 05:18:50 +00:00
|
|
|
endif
|