зеркало из https://github.com/mozilla/pjs.git
when using --enable-nglayout=gtk build gtk specific timer code
This commit is contained in:
Родитель
0b3b5d2ed5
Коммит
a2f9902d7a
|
@ -27,8 +27,12 @@ DEFINES +=-D_IMPL_NS_BASE
|
|||
ifeq ($(OS_TARGET),Rhapsody)
|
||||
DIRS = rhapsody
|
||||
else
|
||||
ifeq ($(USE_NGLAYOUT_GTK),1)
|
||||
DIRS = gtk
|
||||
else
|
||||
DIRS = unix
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBRARY_NAME = raptorbase
|
||||
|
||||
|
|
|
@ -34,3 +34,4 @@ CPPSRCS = nsTimer.cpp
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += $(shell gtk-config --cflags)
|
||||
|
|
|
@ -896,6 +896,7 @@ base/Makefile
|
|||
base/public/Makefile
|
||||
base/src/Makefile
|
||||
base/src/unix/Makefile
|
||||
base/src/gtk/Makefile
|
||||
base/tests/Makefile
|
||||
caps/Makefile
|
||||
caps/public/Makefile
|
||||
|
@ -1086,6 +1087,7 @@ base/public/Makefile
|
|||
base/src/Makefile
|
||||
base/src/rhapsody/Makefile
|
||||
base/src/unix/Makefile
|
||||
base/src/gtk/Makefile
|
||||
base/tests/Makefile
|
||||
config/Makefile
|
||||
config/autoconf.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче