gbuild.mk (62c6e450) | gbuild.mk (3d2a2350) |
---|---|
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 --- 143 unchanged lines hidden (view full) --- 152 153gb_GLOBALDEFS := \ 154 -D_REENTRANT \ 155 -DCUI \ 156 -DENABLE_LAYOUT_EXPERIMENTAL=0 \ 157 -DENABLE_LAYOUT=0 \ 158 -DOSL_DEBUG_LEVEL=$(gb_DEBUGLEVEL) \ 159 -DSOLAR_JAVA \ | 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 --- 143 unchanged lines hidden (view full) --- 152 153gb_GLOBALDEFS := \ 154 -D_REENTRANT \ 155 -DCUI \ 156 -DENABLE_LAYOUT_EXPERIMENTAL=0 \ 157 -DENABLE_LAYOUT=0 \ 158 -DOSL_DEBUG_LEVEL=$(gb_DEBUGLEVEL) \ 159 -DSOLAR_JAVA \ |
160 -DSTLPORT_VERSION=$(STLPORT_VER) \ | |
161 -DSUPD=$(UPD) \ 162 -DVCL \ 163 $(gb_OSDEFS) \ 164 $(gb_COMPILERDEFS) \ 165 $(gb_CPUDEFS) \ 166 | 160 -DSUPD=$(UPD) \ 161 -DVCL \ 162 $(gb_OSDEFS) \ 163 $(gb_COMPILERDEFS) \ 164 $(gb_CPUDEFS) \ 165 |
166ifneq ($(USE_SYSTEM_STL),YES) 167gb_GLOBALDEFS += \ 168 -DSTLPORT_VERSION=$(STLPORT_VER) 169endif 170 |
|
167ifeq ($(gb_PRODUCT),$(true)) 168gb_GLOBALDEFS += \ 169 -DPRODUCT \ 170 -DPRODUCT_FULL \ 171 172else 173gb_GLOBALDEFS += \ 174 -DDBG_UTIL \ --- 90 unchanged lines hidden --- | 171ifeq ($(gb_PRODUCT),$(true)) 172gb_GLOBALDEFS += \ 173 -DPRODUCT \ 174 -DPRODUCT_FULL \ 175 176else 177gb_GLOBALDEFS += \ 178 -DDBG_UTIL \ --- 90 unchanged lines hidden --- |