mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
20862d6550
commit
5dbbe80324
Binary file not shown.
Before Width: | Height: | Size: 176 KiB |
@ -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 |
@ -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/.
|
||||
|
@ -12,9 +12,6 @@ DIRS += [
|
||||
'examples',
|
||||
]
|
||||
|
||||
if CONFIG['MAKENSISU']:
|
||||
DIRS += ['installer/windows']
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
DIRS += ['tools/redit']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user