зеркало из https://github.com/mozilla/pjs.git
Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does.
This commit is contained in:
Родитель
0f2afd62cf
Коммит
c8569e38ae
|
@ -195,6 +195,9 @@ install::
|
||||||
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
libs::
|
||||||
|
touch $(DIST)/bin/.autoreg
|
||||||
|
|
||||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||||
|
|
||||||
APP_NAME = Mozilla\ Firebird
|
APP_NAME = Mozilla\ Firebird
|
||||||
|
|
|
@ -150,6 +150,9 @@ install::
|
||||||
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
$(SYSINSTALL) $(IFLAGS1) $(ICON_FILES) $(DESTDIR)$(mozappdir)/icons
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
libs::
|
||||||
|
touch $(DIST)/bin/.autoreg
|
||||||
|
|
||||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||||
|
|
||||||
ifdef MOZ_DEBUG
|
ifdef MOZ_DEBUG
|
||||||
|
|
Загрузка…
Ссылка в новой задаче