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:
dveditz%netscape.com 2000-06-02 08:12:57 +00:00
Родитель d0a6787edf
Коммит 29dbabd8e8
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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>