Minor tweaks to bring up to date with browser

This commit is contained in:
mostafah%oeone.com 2004-07-01 18:12:35 +00:00
Родитель e5c3ef10c3
Коммит 6e48e6e785
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -171,6 +171,9 @@ DEFINES += -DBUILD_ID=\"$(BUILD_ID)\"
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef BUILD_STATIC_LIBS ifdef BUILD_STATIC_LIBS
LIBS += -framework QuickTime -framework IOKit LIBS += -framework QuickTime -framework IOKit
ifdef USE_PREBINDING
BIN_FLAGS += -Wl,-headerpad -Wl,5a0c
endif
endif endif
endif endif

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

@ -26,8 +26,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
#removed skin section for sunbird
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk