| Library_cairocanvas.mk (b63233d8) | Library_cairocanvas.mk (906a4e93) |
|---|---|
| 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 --- 73 unchanged lines hidden (view full) --- 82$(eval $(call gb_Library_add_exception_objects,cairocanvas,\ 83 canvas/source/cairo/cairo_win32_cairo \ 84)) 85$(eval $(call gb_Library_add_linked_libs,cairocanvas,\ 86 gdi32 \ 87 user32 \ 88)) 89 | 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 --- 73 unchanged lines hidden (view full) --- 82$(eval $(call gb_Library_add_exception_objects,cairocanvas,\ 83 canvas/source/cairo/cairo_win32_cairo \ 84)) 85$(eval $(call gb_Library_add_linked_libs,cairocanvas,\ 86 gdi32 \ 87 user32 \ 88)) 89 |
| 90else ifeq ($(OS),OS2) 91$(eval $(call gb_Library_add_exception_objects,cairocanvas,\ 92 canvas/source/cairo/cairo_os2_cairo \ 93)) 94$(eval $(call gb_Library_add_libs,cairocanvas,\ 95 -lft2lib \ 96)) |
|
| 90else 91 92ifeq ($(OS),MACOSX) 93$(eval $(call gb_Library_add_exception_objects,cairocanvas,\ 94 canvas/source/cairo/cairo_quartz_cairo \ 95)) 96 97#CFLAGSCXX+=$(OBJCXXFLAGS) --- 18 unchanged lines hidden --- | 97else 98 99ifeq ($(OS),MACOSX) 100$(eval $(call gb_Library_add_exception_objects,cairocanvas,\ 101 canvas/source/cairo/cairo_quartz_cairo \ 102)) 103 104#CFLAGSCXX+=$(OBJCXXFLAGS) --- 18 unchanged lines hidden --- |