Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the

photon native library to be linked in to work properly.
r=rhp
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-12-07 12:57:31 +00:00
Родитель bd5cf510a4
Коммит 5f4320924d
2 изменённых файлов: 11 добавлений и 0 удалений

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

@ -39,6 +39,11 @@ LIBS = \
-lmsgbaseutil \
$(NULL)
# The Timer libs for Photon/Neutrino require the Toolkit libs to also be linked
# in.
ifeq ($(TARGET_OS),nto)
EXTRA_LIBS += $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk

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

@ -39,5 +39,11 @@ LIBS = \
$(NSPR_LIBS) \
$(NULL)
# The Timer libs for Photon/Neutrino require the Toolkit libs to also be linked
# in.
ifeq ($(TARGET_OS),nto)
EXTRA_LIBS += $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk