Update the packages up for nlslayer import on tortoise

This commit is contained in:
javi%netscape.com 2000-09-07 18:53:05 +00:00
parent eeead647c8
commit ce26831753
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ endif
ifeq ($(OS_ARCH), WINNT)
gmake import IMPORTS=nlslayer/m16
else
gmake import IMPORTS=nlslayer/m16 RELEASE_TREE=/h/tortoise/export/share/builds/components
gmake import IMPORTS=nlslayer/PR3 RELEASE_TREE=/h/tortoise/export/share/builds/components
endif
cd ui;gmake
gmake

View File

@ -221,7 +221,7 @@ XPCOM_LIBS = \
ifeq ($(OS_ARCH), SunOS)
NSPR_LINK_LIBS = -L$(DIST)/lib -Bdynamic -lnspr4 -lplc4 -lplds4
XPCOM_LINK_LIBS = -lxpcom
XPCOM_LIBS += $(DIST)/lib/libzlib.$(DLL_SUFFIX)
XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX)
else
NSPR_LINK_LIBS = $(NSPR_LIBS)
XPCOM_LINK_LIBS = $(XPCOM_LIBS)