Library_swd.mk (7871dc3e) | Library_swd.mk (af48d836) |
---|---|
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 --- 34 unchanged lines hidden (view full) --- 43 44$(eval $(call gb_Library_add_linked_libs,swd,\ 45 comphelper \ 46 cppu \ 47 cppuhelper \ 48 sal \ 49 sfx \ 50 sot \ | 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 --- 34 unchanged lines hidden (view full) --- 43 44$(eval $(call gb_Library_add_linked_libs,swd,\ 45 comphelper \ 46 cppu \ 47 cppuhelper \ 48 sal \ 49 sfx \ 50 sot \ |
51 stl \ |
|
51 svl \ 52 svt \ 53 tl \ 54 ucbhelper \ 55 utl \ 56 vcl \ 57 $(gb_STDLIBS) \ 58)) 59 60$(eval $(call gb_Library_add_exception_objects,swd,\ 61 sw/source/core/except/errhdl \ 62 sw/source/filter/basflt/iodetect \ 63 sw/source/ui/uno/detreg \ 64 sw/source/ui/uno/swdet2 \ 65 sw/source/ui/uno/swdetect \ 66)) 67 68# vim: set noet sw=4 ts=4: | 52 svl \ 53 svt \ 54 tl \ 55 ucbhelper \ 56 utl \ 57 vcl \ 58 $(gb_STDLIBS) \ 59)) 60 61$(eval $(call gb_Library_add_exception_objects,swd,\ 62 sw/source/core/except/errhdl \ 63 sw/source/filter/basflt/iodetect \ 64 sw/source/ui/uno/detreg \ 65 sw/source/ui/uno/swdet2 \ 66 sw/source/ui/uno/swdetect \ 67)) 68 69# vim: set noet sw=4 ts=4: |