Library_textconversiondlgs.mk (7871dc3e) | Library_textconversiondlgs.mk (2e2269f7) |
---|---|
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 --- 29 unchanged lines hidden (view full) --- 38 39$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\ 40 comphelper \ 41 cppuhelper \ 42 cppu \ 43 sal \ 44 svl \ 45 svt \ | 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 --- 29 unchanged lines hidden (view full) --- 38 39$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\ 40 comphelper \ 41 cppuhelper \ 42 cppu \ 43 sal \ 44 svl \ 45 svt \ |
46 stl \ 47 tk \ | 46 stl \ 47 ootk \ |
48 tl \ 49 utl \ 50 vcl \ 51 $(gb_STDLIBS) \ 52)) 53 54$(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\ 55 svx/source/unodialogs/textconversiondlgs/services \ 56 svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog \ 57 svx/source/unodialogs/textconversiondlgs/chinese_translationdialog \ 58 svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog \ 59 svx/source/unodialogs/textconversiondlgs/resid \ 60)) 61 62# vim: set noet sw=4 ts=4: | 48 tl \ 49 utl \ 50 vcl \ 51 $(gb_STDLIBS) \ 52)) 53 54$(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\ 55 svx/source/unodialogs/textconversiondlgs/services \ 56 svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog \ 57 svx/source/unodialogs/textconversiondlgs/chinese_translationdialog \ 58 svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog \ 59 svx/source/unodialogs/textconversiondlgs/resid \ 60)) 61 62# vim: set noet sw=4 ts=4: |