Library_vcl.mk (7871dc3e) | Library_vcl.mk (7ec8d7e0) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36$(eval $(call gb_Library_set_include,vcl,\ 37 $$(INCLUDE) \ 38 -I$(SRCDIR)/vcl/inc \ 39 -I$(SRCDIR)/vcl/inc/pch \ 40 -I$(SRCDIR)/solenv/inc \ 41 -I$(OUTDIR)/inc/offuh \ 42 -I$(OUTDIR)/inc/stl \ 43 -I$(OUTDIR)/inc \ | 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 --- 27 unchanged lines hidden (view full) --- 36$(eval $(call gb_Library_set_include,vcl,\ 37 $$(INCLUDE) \ 38 -I$(SRCDIR)/vcl/inc \ 39 -I$(SRCDIR)/vcl/inc/pch \ 40 -I$(SRCDIR)/solenv/inc \ 41 -I$(OUTDIR)/inc/offuh \ 42 -I$(OUTDIR)/inc/stl \ 43 -I$(OUTDIR)/inc \ |
44 $$(FREETYPE_CFLAGS) \ |
|
44)) 45ifeq ($(GUIBASE),unx) 46$(eval $(call gb_Library_set_cxxflags,vcl,\ 47 $$(CXXFLAGS) \ | 45)) 46ifeq ($(GUIBASE),unx) 47$(eval $(call gb_Library_set_cxxflags,vcl,\ 48 $$(CXXFLAGS) \ |
48 $$(FREETYPE_CFLAGS) \ | |
49)) 50endif 51 52$(eval $(call gb_Library_set_defs,vcl,\ 53 $$(DEFS) \ 54 -DVCL_DLLIMPLEMENTATION \ 55 -DCUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,cui)\" \ 56 -DDLLPOSTFIX=$(subst $(or $(gb_Library_DLLEXT),$(gb_Library_PLAINEXT)),,$(gb_Library_OOOEXT)) \ --- 493 unchanged lines hidden --- | 49)) 50endif 51 52$(eval $(call gb_Library_set_defs,vcl,\ 53 $$(DEFS) \ 54 -DVCL_DLLIMPLEMENTATION \ 55 -DCUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,cui)\" \ 56 -DDLLPOSTFIX=$(subst $(or $(gb_Library_DLLEXT),$(gb_Library_PLAINEXT)),,$(gb_Library_OOOEXT)) \ --- 493 unchanged lines hidden --- |