Library_sfx.mk (b63233d8) | Library_sfx.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 --- 114 unchanged lines hidden (view full) --- 123 sfx2/source/bastyp/minarray \ 124 sfx2/source/bastyp/misc \ 125 sfx2/source/bastyp/progress \ 126 sfx2/source/bastyp/sfxhtml \ 127 sfx2/source/bastyp/sfxresid \ 128 sfx2/source/config/evntconf \ 129 sfx2/source/control/bindings \ 130 sfx2/source/control/ctrlitem \ | 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 --- 114 unchanged lines hidden (view full) --- 123 sfx2/source/bastyp/minarray \ 124 sfx2/source/bastyp/misc \ 125 sfx2/source/bastyp/progress \ 126 sfx2/source/bastyp/sfxhtml \ 127 sfx2/source/bastyp/sfxresid \ 128 sfx2/source/config/evntconf \ 129 sfx2/source/control/bindings \ 130 sfx2/source/control/ctrlitem \ |
131 sfx2/source/control/dispatch \ |
|
131 sfx2/source/control/macro \ 132 sfx2/source/control/minfitem \ 133 sfx2/source/control/msg \ 134 sfx2/source/control/msgpool \ 135 sfx2/source/control/objface \ 136 sfx2/source/control/querystatus \ 137 sfx2/source/control/request \ 138 sfx2/source/control/sfxstatuslistener \ --- 134 unchanged lines hidden (view full) --- 273 sfx2/source/view/viewprn \ 274 sfx2/source/view/viewsh \ 275)) 276 277# i116803: crash in impress when 278# "opening stylist, select graphic style, select modify from context menu, cancel dialog, close stylist" 279# only on unxlngi6 and unxlngi6.pro platform 280ifeq ($(OS),LINUX) | 132 sfx2/source/control/macro \ 133 sfx2/source/control/minfitem \ 134 sfx2/source/control/msg \ 135 sfx2/source/control/msgpool \ 136 sfx2/source/control/objface \ 137 sfx2/source/control/querystatus \ 138 sfx2/source/control/request \ 139 sfx2/source/control/sfxstatuslistener \ --- 134 unchanged lines hidden (view full) --- 274 sfx2/source/view/viewprn \ 275 sfx2/source/view/viewsh \ 276)) 277 278# i116803: crash in impress when 279# "opening stylist, select graphic style, select modify from context menu, cancel dialog, close stylist" 280# only on unxlngi6 and unxlngi6.pro platform 281ifeq ($(OS),LINUX) |
281$(eval $(call gb_Library_add_cxxobjects,sfx,\ 282 sfx2/source/control/dispatch \ 283 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ | 282$(eval $(call gb_LinkTarget_set_cxx_optimization, \ 283 sfx2/source/control/dispatch, $(gb_COMPILERNOOPTFLAGS) \ |
284)) | 284)) |
285else 286$(eval $(call gb_Library_add_exception_objects,sfx,\ 287 sfx2/source/control/dispatch \ 288)) | |
289endif 290 291$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx)) 292 293$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\ 294 $$(INCLUDE) \ 295 -I$(SRCDIR)/sfx2/inc/sfx2 \ 296 -I$(SRCDIR)/sfx2/inc \ --- 62 unchanged lines hidden --- | 285endif 286 287$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx)) 288 289$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\ 290 $$(INCLUDE) \ 291 -I$(SRCDIR)/sfx2/inc/sfx2 \ 292 -I$(SRCDIR)/sfx2/inc \ --- 62 unchanged lines hidden --- |