This switches over from the old style Photon timers to the new

style that have been moved under the unix directory.
r=cls
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 2000-01-27 03:35:19 +00:00
Родитель 91506836b8
Коммит 3b0a00629a
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifneq (,$(filter beos os2 rhapsody photon,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter beos os2 rhapsody,$(MOZ_WIDGET_TOOLKIT)))
DIRS = $(MOZ_WIDGET_TOOLKIT)
else
DIRS = unix

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

@ -54,6 +54,10 @@ ifdef MOZ_ENABLE_QT
DIRS += qt
endif
ifdef MOZ_ENABLE_PHOTON
DIRS += photon
endif
override NO_SHARED_LIB=1
override NO_STATIC_LIB=