Library_package2.mk (873c956e) | Library_package2.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 --- 34 unchanged lines hidden (view full) --- 43)) 44 45$(eval $(call gb_Library_add_linked_libs,package2,\ 46 comphelper \ 47 cppuhelper \ 48 cppu \ 49 sal \ 50 sax \ | 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 45$(eval $(call gb_Library_add_linked_libs,package2,\ 46 comphelper \ 47 cppuhelper \ 48 cppu \ 49 sal \ 50 sax \ |
51 stl \ |
|
51 ucbhelper \ 52 $(gb_STDLIBS) \ 53)) 54 55$(call gb_Library_use_external,package2,zlib) 56 57$(eval $(call gb_Library_add_exception_objects,package2,\ 58 package/source/package/manifest/ManifestReader \ --- 27 unchanged lines hidden --- | 52 ucbhelper \ 53 $(gb_STDLIBS) \ 54)) 55 56$(call gb_Library_use_external,package2,zlib) 57 58$(eval $(call gb_Library_add_exception_objects,package2,\ 59 package/source/package/manifest/ManifestReader \ --- 27 unchanged lines hidden --- |