Bug 1235672 - Remove xulrunner/installer/windows. r=mshal

The only thing that happens there is copying two bitmaps files in
DIST/branding. Those files haven't been used since the removal of the
xpinstall-based installer code in bug 344236... 9 years ago.
This commit is contained in:
Mike Hommey 2015-12-30 10:09:08 +09:00
parent 6a6a06aef3
commit 27871b6a72
5 changed files with 0 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

View File

@ -1,14 +0,0 @@
# 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/.
CONFIG_DIR=$(abspath $(srcdir))
OBJ_DIR=$(abspath $(DEPTH))
SRC_DIR=$(abspath $(topsrcdir))
include $(topsrcdir)/config/rules.mk
export::
$(NSINSTALL) -D $(DIST)/branding
cp $(srcdir)/Header.bmp $(DIST)/branding/Header.bmp
cp $(srcdir)/Watermrk.bmp $(DIST)/branding/Watermrk.bmp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,6 +0,0 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.

View File

@ -12,9 +12,6 @@ DIRS += [
'examples',
]
if CONFIG['MAKENSISU']:
DIRS += ['installer/windows']
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['tools/redit']