Copy nspr libraries into platform build directory to allow running without library path

setup.
This commit is contained in:
thayes%netscape.com 2000-05-02 00:38:11 +00:00
parent 39a8b22797
commit 1a5ca5b2e8

View File

@ -254,6 +254,7 @@ install::
$(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm $(PLATFORM)/doc
$(NSINSTALL) -m 644 $(XPCOM_LIBS) $(PLATFORM)
$(NSINSTALL) -m 644 $(I18N_COMPONENTS) $(PLATFORM)/components
$(NSINSTALL) -m 644 $(NSPR_LIBS) $(PLATFORM)
ifneq ($(OS_ARCH), WINNT)
$(NSINSTALL) -m 775 start-psm $(PLATFORM)
endif