Library_vclcanvas.mk (b63233d8) | Library_vclcanvas.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 --- 54 unchanged lines hidden (view full) --- 63 canvas/source/vcl/bitmapbackbuffer \ 64 canvas/source/vcl/cachedbitmap \ 65 canvas/source/vcl/canvas \ 66 canvas/source/vcl/canvasbitmap \ 67 canvas/source/vcl/canvasbitmaphelper \ 68 canvas/source/vcl/canvascustomsprite \ 69 canvas/source/vcl/canvasfont \ 70 canvas/source/vcl/canvashelper \ | 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 --- 54 unchanged lines hidden (view full) --- 63 canvas/source/vcl/bitmapbackbuffer \ 64 canvas/source/vcl/cachedbitmap \ 65 canvas/source/vcl/canvas \ 66 canvas/source/vcl/canvasbitmap \ 67 canvas/source/vcl/canvasbitmaphelper \ 68 canvas/source/vcl/canvascustomsprite \ 69 canvas/source/vcl/canvasfont \ 70 canvas/source/vcl/canvashelper \ |
71 canvas/source/vcl/canvashelper_texturefill \ |
|
71 canvas/source/vcl/devicehelper \ 72 canvas/source/vcl/impltools \ 73 canvas/source/vcl/services \ 74 canvas/source/vcl/spritecanvas \ 75 canvas/source/vcl/spritecanvashelper \ 76 canvas/source/vcl/spritedevicehelper \ 77 canvas/source/vcl/spritehelper \ 78 canvas/source/vcl/textlayout \ 79 canvas/source/vcl/windowoutdevholder \ 80)) 81 82# Solaris Sparc with Sun Compiler: noopt | 72 canvas/source/vcl/devicehelper \ 73 canvas/source/vcl/impltools \ 74 canvas/source/vcl/services \ 75 canvas/source/vcl/spritecanvas \ 76 canvas/source/vcl/spritecanvashelper \ 77 canvas/source/vcl/spritedevicehelper \ 78 canvas/source/vcl/spritehelper \ 79 canvas/source/vcl/textlayout \ 80 canvas/source/vcl/windowoutdevholder \ 81)) 82 83# Solaris Sparc with Sun Compiler: noopt |
83ifneq ($(strip($OS)),SOLARIS) 84$(eval $(call gb_Library_add_exception_objects,vclcanvas,\ 85 canvas/source/vcl/canvashelper_texturefill \ | 84ifeq ($(strip($OS)),SOLARIS) 85$(eval $(call gb_LinkTarget_set_cxx_optimization, \ 86 canvas/source/vcl/canvashelper_texturefill, $(gb_COMPILERNOOPTFLAGS) \ |
86)) | 87)) |
87else 88$(eval $(call gb_Library_add_cxxobjects,vclcanvas,\ 89 canvas/source/vcl/canvashelper_texturefill \ 90 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ 91)) | |
92endif 93 94# vim: set noet sw=4 ts=4: | 88endif 89 90# vim: set noet sw=4 ts=4: |