Library_spell.mk (c4c42a0e) | Library_spell.mk (3c11ff55) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 53 unchanged lines hidden (view full) --- 62 hunspell \ 63)) 64 65$(eval $(call gb_Library_add_exception_objects,spell,\ 66 lingucomponent/source/spellcheck/spell/sreg \ 67 lingucomponent/source/spellcheck/spell/sspellimp \ 68)) 69 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 53 unchanged lines hidden (view full) --- 62 hunspell \ 63)) 64 65$(eval $(call gb_Library_add_exception_objects,spell,\ 66 lingucomponent/source/spellcheck/spell/sreg \ 67 lingucomponent/source/spellcheck/spell/sspellimp \ 68)) 69 |
70ifeq ($(OS),MACOSX) 71$(eval $(call gb_Library_add_libs,spell,\ 72 -framework Cocoa \ 73 -framework Carbon \ 74 -framework CoreFoundation \ 75)) 76 77$(eval $(call gb_Library_add_cxxflags,spell,\ 78 -x -objective-c++ -stdlib=libc++ \ 79)) 80endif |
|
70# vim: set noet sw=4 ts=4: 71 | 81# vim: set noet sw=4 ts=4: 82 |