Library_textoutstream.mk (032611ff) Library_textoutstream.mk (2204446b)
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

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

35$(eval $(call gb_Library_add_api,textoutstream,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,textoutstream,\
40 cppuhelper \
41 cppu \
42 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

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

35$(eval $(call gb_Library_add_api,textoutstream,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,textoutstream,\
40 cppuhelper \
41 cppu \
42 sal \
43 stl \
43 $(gb_STDLIBS) \
44))
45
46
47$(eval $(call gb_Library_add_exception_objects,textoutstream,\
48 io/source/TextOutputStream/TextOutputStream \
49))
50
51# vim: set noet sw=4 ts=4:
44 $(gb_STDLIBS) \
45))
46
47
48$(eval $(call gb_Library_add_exception_objects,textoutstream,\
49 io/source/TextOutputStream/TextOutputStream \
50))
51
52# vim: set noet sw=4 ts=4: