Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.

This commit is contained in:
briano%netscape.com 1999-09-29 02:52:12 +00:00
Родитель bc3e3cf9e7
Коммит 70325de63d
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -27,8 +27,15 @@ SIMPLE_PROGRAMS = TestXPTCInvoke
CPPSRCS = TestXPTCInvoke.cpp
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
endif
LIBS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
$(LOST_SYM_LIBS) \
$(NSPR_LIBS) \
$(NULL)