Changes over the weekend broke the IRIX build by removing the LD_ALL

and LD_NONE directives which enable the linker to combine dynamic
and static objects.
This puts them back.
This commit is contained in:
akkana%netscape.com 1998-11-02 20:19:30 +00:00
Родитель a76743f8e4
Коммит cd37fd933a
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -46,6 +46,7 @@ BASE_DSO_FLAGS = -lgmbasemotif
endif
EXTRA_DSO_LDOPTS = \
$(LD_ALL) \
-L$(DIST)/lib \
-ljsdombase_s \
-ljsdomcore_s \
@ -53,6 +54,7 @@ EXTRA_DSO_LDOPTS = \
-ljsdomhtml_s \
-ljsdomcss_s \
-ljsurl \
$(LD_NONE) \
-L$(DIST)/bin \
-lraptorbase \
-lraptorgfx \

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

@ -45,6 +45,7 @@ BASE_DSO_FLAGS = -lgmbasemotif
endif
EXTRA_DSO_LDOPTS = \
$(LD_ALL) \
-L$(DIST)/lib \
-lraptorhtmldoc_s \
-lnglhtmlcon_s \
@ -54,6 +55,7 @@ EXTRA_DSO_LDOPTS = \
-lraptorhtmltable_s \
-lraptorlayout_s \
-lraptorevents_s \
$(LD_NONE) \
-L$(DIST)/bin \
-lraptorhtmlpars \
-lraptorgfx \