Repository.mk (0b5197c8) | Repository.mk (34de53ac) |
---|---|
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 --- 158 unchanged lines hidden (view full) --- 167 passwordcontainer \ 168 simplecanvas \ 169 streams \ 170 textinstream \ 171 textoutstream \ 172 vbaswobj \ 173 msforms \ 174 vclcanvas \ | 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 --- 158 unchanged lines hidden (view full) --- 167 passwordcontainer \ 168 simplecanvas \ 169 streams \ 170 textinstream \ 171 textoutstream \ 172 vbaswobj \ 173 msforms \ 174 vclcanvas \ |
175 uuresolver \ |
|
175 writerfilter_debug \ 176)) 177 178 179$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 180 cppu \ 181 jvmfwk \ 182 sal \ 183)) 184 185$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 186 basegfx_s \ 187 ooopathutils \ 188 salcpprt \ 189 vclmain \ 190)) 191 192# vim: set noet sw=4 ts=4: | 176 writerfilter_debug \ 177)) 178 179 180$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ 181 cppu \ 182 jvmfwk \ 183 sal \ 184)) 185 186$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 187 basegfx_s \ 188 ooopathutils \ 189 salcpprt \ 190 vclmain \ 191)) 192 193# vim: set noet sw=4 ts=4: |