Library_tvhlp1.mk (e4ed64de) Library_tvhlp1.mk (f3662c7b)
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

--- 32 unchanged lines hidden (view full) ---

41 udkapi \
42))
43
44$(eval $(call gb_Library_add_linked_libs,tvhlp1,\
45 comphelper \
46 cppu \
47 cppuhelper \
48 sal \
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

--- 32 unchanged lines hidden (view full) ---

41 udkapi \
42))
43
44$(eval $(call gb_Library_add_linked_libs,tvhlp1,\
45 comphelper \
46 cppu \
47 cppuhelper \
48 sal \
49 stl \
49 $(gb_STDLIBS) \
50))
51
52$(call gb_Library_use_externals,tvhlp1,\
53 expat_utf8 \
54)
55
56$(eval $(call gb_Library_add_exception_objects,tvhlp1,\
57 xmlhelp/source/treeview/tvfactory \
58 xmlhelp/source/treeview/tvread \
59))
60
61# vim: set noet sw=4 ts=4:
50 $(gb_STDLIBS) \
51))
52
53$(call gb_Library_use_externals,tvhlp1,\
54 expat_utf8 \
55)
56
57$(eval $(call gb_Library_add_exception_objects,tvhlp1,\
58 xmlhelp/source/treeview/tvfactory \
59 xmlhelp/source/treeview/tvread \
60))
61
62# vim: set noet sw=4 ts=4: