Library_MacOSXSpell.mk (d969f0b8) | Library_MacOSXSpell.mk (eabc4eb0) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55)) 56 57$(eval $(call gb_Library_add_libs,MacOSXSpell,\ 58 -framework Cocoa \ 59 -framework Carbon \ 60 -framework CoreFoundation \ 61)) 62 | 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 --- 46 unchanged lines hidden (view full) --- 55)) 56 57$(eval $(call gb_Library_add_libs,MacOSXSpell,\ 58 -framework Cocoa \ 59 -framework Carbon \ 60 -framework CoreFoundation \ 61)) 62 |
63$(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\ 64 lingucomponent/source/spellcheck/macosxspell/macreg \ 65 lingucomponent/source/spellcheck/macosxspell/macspellimp \ 66)) 67 | |
68$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\ 69 -x -objective-c++ -stdlib=libc++ \ 70)) 71 72# vim: set noet sw=4 ts=4: 73 | 63$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\ 64 -x -objective-c++ -stdlib=libc++ \ 65)) 66 67# vim: set noet sw=4 ts=4: 68 |