2008-06-02 03:44:22 +04:00
|
|
|
#
|
2012-05-31 15:00:27 +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/.
|
2008-06-02 03:44:22 +04:00
|
|
|
|
2008-08-24 19:03:26 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2014-12-07 13:25:00 +03:00
|
|
|
ifdef MAKENSISU
|
2008-06-02 03:44:22 +04:00
|
|
|
# For Windows build the uninstaller during the application build since the
|
|
|
|
# uninstaller is included with the application for mar file generation.
|
|
|
|
libs::
|
2009-11-20 01:51:14 +03:00
|
|
|
$(MAKE) -C installer/windows uninstaller
|
2008-06-02 03:44:22 +04:00
|
|
|
endif
|