Linking against the Cocoa framework in Carbon widgets is no longer necessary since we don't call NSApplicationLoad() any more. b=339389 r=sparky

This commit is contained in:
joshmoz%gmail.com 2006-05-31 16:20:41 +00:00
Родитель 06ea9186c5
Коммит fc1a3e45a0
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -162,5 +162,4 @@ LOCAL_INCLUDES = \
LDFLAGS += \
-framework QuickTime \
-framework IOKit \
-framework Cocoa \
$(NULL)