Remove xpcomds_s and xptinfo from LIBS since they don't appear to be needed. Sorry if some other platform does need them!

This commit is contained in:
colin%theblakes.com 1999-09-18 19:36:38 +00:00
Родитель aa57531086
Коммит 7d79cb341d
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -26,15 +26,10 @@ CPPSRCS = regExport.cpp regxpcom.cpp
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
endif
LIBS += \
-lxpcom \
-lmozjs \
$(TK_LIBS) \
$(LOST_SYM_LIBS) \
$(NSPR_LIBS) \
$(NULL)