зеркало из https://github.com/mozilla/gecko-dev.git
fixing two .xpt files of same name, raptor.xpt on windows and layout.xpt on unix. One version was getting overwritten
This commit is contained in:
Родитель
d0a6787edf
Коммит
29dbabd8e8
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
MODULE = layout_base
|
||||
|
||||
EXPORTS = \
|
||||
nslayout.h \
|
||||
|
|
|
@ -82,7 +82,7 @@ EXPORTS = \
|
|||
nsIXIFConverter.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE=raptor
|
||||
MODULE=layout_base
|
||||
|
||||
XPIDLSRCS= \
|
||||
.\nsIChromeEventHandler.idl \
|
||||
|
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
MODULE = layout_xul
|
||||
|
||||
EXPORTS = \
|
||||
nsPIBoxObject.h \
|
||||
|
|
|
@ -39,6 +39,6 @@ XPIDLSRCS= .\nsIBoxObject.idl \
|
|||
.\nsIEditorBoxObject.idl \
|
||||
$(NULL)
|
||||
|
||||
MODULE=raptor
|
||||
MODULE=layout_xul
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче