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).


git-svn-id: svn://10.0.0.236/trunk@56000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
syd%netscape.com
1999-12-14 23:48:08 +00:00
parent 021a42b33f
commit efe16b543a

View File

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