Window.idl was not being built if you did this on Linux (Makefile.in

rot). r=vidur, a=brendan (related to but does not fix PDT+ 18518).
This commit is contained in:
syd%netscape.com 1999-12-14 23:48:08 +00:00
Родитель 1ad5cd8dd9
Коммит 180c85a27e
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -28,6 +28,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = raptor
GLOBALIDLSRCS = \
Window.idl \
$(NULL)
IDLSRCS = \
Navigator.idl \
Location.idl \
@ -52,8 +56,10 @@ genx genjs:
export:: genx genjs $(IDLSRCS)
@echo +++ make: generating xpcom headers
$(DIST)/bin/idlc -d genx -x $(IDLSRCS)
$(DIST)/bin/idlc -g -d genx -x $(GLOBALIDLSRCS)
@echo +++ make: generating JavaScript stubs
$(DIST)/bin/idlc -d genjs -j $(IDLSRCS)
$(DIST)/bin/idlc -g -d genjs -j $(GLOBALIDLSRCS)
install::
$(NSINSTALL) genx/nsIDOM*.h $(DEPTH)/dom/public/base