Remove nonworking IRIX compile segments; these should be in IRIX.mk anyway, if they're really needed

This commit is contained in:
akkana%netscape.com 1998-10-29 20:08:22 +00:00
parent d2e881143e
commit 7c915be525
3 changed files with 0 additions and 19 deletions

View File

@ -32,13 +32,6 @@ CPPSRCS=nsDOMFactory.cpp nsHTMLTagsEnums.cpp
INCLUDES += -I$(PUBLIC)/xpcom -I$(PUBLIC)/raptor \
-I$(PUBLIC)/dom -I$(PUBLIC)/js -I../base -I$(PUBLIC)/jsurl
ifeq ($(OS_ARCH),IRIX)
LD = $(CCC)
LD_ALL = -all
LD_NONE = -none
endif
#
# Rhapsody is using a more-portable way of specifying
# the link line, Linux and other OS's probably want

View File

@ -33,12 +33,6 @@ EXPORTS=nsLayoutCID.h
INCLUDES += -I../html/base/src
ifeq ($(OS_ARCH),IRIX)
LD = $(CCC)
LD_ALL = -all
LD_NONE = -none
endif
#
# Rhapsody is using a more-portable way of specifying
# the link line, Linux and other OS's probably want

View File

@ -29,12 +29,6 @@ INCLUDES+= -I../xpwidgets -I../motif -I.
CPPSRCS=dlldeps.cpp nsWidgetSupport.cpp nsMotifWidgetFactory.cpp
ifeq ($(OS_ARCH),IRIX)
LD = $(CCC)
LD_ALL = -all
LD_NONE = -none
endif
EXTRA_DSO_LDOPTS+=\
$(DIST)/lib/libraptorwidgetunix_s.a \
$(DIST)/lib/libraptorbasewidget_s.a \