зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
91506836b8
Коммит
3b0a00629a
|
@ -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=
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче