Library_fwk.mk (8e6bd3e9) | Library_fwk.mk (e10cbedd) |
---|---|
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 --- 47 unchanged lines hidden (view full) --- 56 ootk \ 57 tl \ 58 ucbhelper \ 59 utl \ 60 vcl \ 61 $(gb_STDLIBS) \ 62)) 63 | 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 --- 47 unchanged lines hidden (view full) --- 56 ootk \ 57 tl \ 58 ucbhelper \ 59 utl \ 60 vcl \ 61 $(gb_STDLIBS) \ 62)) 63 |
64# i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX 65ifeq ($(OS),MACOSX) 66 $(call gb_LinkTarget_set_cxx_optimization,framework/source/loadenv/loadenv,$(gb_COMPILEROPT1FLAGS)) 67endif 68 | |
69$(eval $(call gb_Library_add_exception_objects,fwk,\ 70 framework/source/accelerators/acceleratorcache \ 71 framework/source/accelerators/acceleratorconfiguration \ 72 framework/source/accelerators/documentacceleratorconfiguration \ 73 framework/source/accelerators/globalacceleratorconfiguration \ 74 framework/source/accelerators/keymapping \ 75 framework/source/accelerators/moduleacceleratorconfiguration \ 76 framework/source/accelerators/presethandler \ --- 113 unchanged lines hidden (view full) --- 190 framework/source/uifactory/uielementfactorymanager \ 191 framework/source/uifactory/windowcontentfactorymanager \ 192 framework/source/xml/acceleratorconfigurationreader \ 193 framework/source/xml/acceleratorconfigurationwriter \ 194 framework/source/xml/imagesconfiguration \ 195 framework/source/xml/imagesdocumenthandler \ 196)) 197 | 64$(eval $(call gb_Library_add_exception_objects,fwk,\ 65 framework/source/accelerators/acceleratorcache \ 66 framework/source/accelerators/acceleratorconfiguration \ 67 framework/source/accelerators/documentacceleratorconfiguration \ 68 framework/source/accelerators/globalacceleratorconfiguration \ 69 framework/source/accelerators/keymapping \ 70 framework/source/accelerators/moduleacceleratorconfiguration \ 71 framework/source/accelerators/presethandler \ --- 113 unchanged lines hidden (view full) --- 185 framework/source/uifactory/uielementfactorymanager \ 186 framework/source/uifactory/windowcontentfactorymanager \ 187 framework/source/xml/acceleratorconfigurationreader \ 188 framework/source/xml/acceleratorconfigurationwriter \ 189 framework/source/xml/imagesconfiguration \ 190 framework/source/xml/imagesdocumenthandler \ 191)) 192 |
193# i126622 - Base 4.1.2 does not open Tables and Queries in Mac OSX 194ifeq ($(OS),MACOSX) 195$(eval $(call gb_LinkTarget_set_cxx_optimization, \ 196 framework/source/loadenv/loadenv, $(gb_COMPILEROPT1FLAGS) \ 197)) 198endif 199 |
|
198# vim: set noet sw=4 ts=4: | 200# vim: set noet sw=4 ts=4: |