diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-16 11:29:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-16 11:30:47 +0100 |
commit | b8fc450949f90981edf9e1dec82b0aaddd98426e (patch) | |
tree | 087cd917a4ccbe003f161d868c390d6009be420f /lingucomponent | |
parent | c68574888434ae5e5ac3010593cf6939c4bbba6c (diff) |
lingucomponent: MacOSX: use gb_Library_add_objcxxobjects
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_MacOSXSpell.mk | 6 | ||||
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macreg.mm (renamed from lingucomponent/source/spellcheck/macosxspell/macreg.cxx) | 0 | ||||
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.mm (renamed from lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx) | 0 |
3 files changed, 1 insertions, 5 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk index ee35fda4b097..57c064089ae5 100644 --- a/lingucomponent/Library_MacOSXSpell.mk +++ b/lingucomponent/Library_MacOSXSpell.mk @@ -56,13 +56,9 @@ $(eval $(call gb_Library_use_externals,MacOSXSpell,\ hunspell \ )) -$(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\ +$(eval $(call gb_Library_add_objcxxobjects,MacOSXSpell,\ lingucomponent/source/spellcheck/macosxspell/macreg \ lingucomponent/source/spellcheck/macosxspell/macspellimp \ )) -$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\ - $(gb_LinkTarget_OBJCXXFLAGS) \ -)) - # vim: set noet sw=4 ts=4: diff --git a/lingucomponent/source/spellcheck/macosxspell/macreg.cxx b/lingucomponent/source/spellcheck/macosxspell/macreg.mm index 9020aceb8f61..9020aceb8f61 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macreg.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macreg.mm diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 5baf4d411cea..5baf4d411cea 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |