mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 843928 - Share fails because of packaging. r=jimm
--HG-- rename : widget/windows/winrt/components.manifest => widget/windows/winrt/MetroUIUtils.manifest
This commit is contained in:
parent
adfe5bf25a
commit
e63cf8ed1a
@ -747,6 +747,7 @@ bin/libfreebl_32int64_3.so
|
||||
|
||||
#ifdef MOZ_METRO
|
||||
@BINPATH@/components/MetroUIUtils.js
|
||||
@BINPATH@/components/MetroUIUtils.manifest
|
||||
[metro]
|
||||
; gre resources
|
||||
@BINPATH@/CommandExecuteHandler@BIN_SUFFIX@
|
||||
|
@ -63,10 +63,9 @@ MIDL_GENERATED_FILES = \
|
||||
dlldata.c \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PP_COMPONENTS = components.manifest \
|
||||
$(NULL)
|
||||
EXTRA_COMPONENTS = MetroUIUtils.js \
|
||||
$(NULL)
|
||||
MetroUIUtils.manifest \
|
||||
$(NULL)
|
||||
|
||||
GARBAGE += $(MIDL_GENERATED_FILES) done_gen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user