diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:02:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:02:13 +0000 |
commit | f31fa0a20be403071508efe62b9a24ec94c612ce (patch) | |
tree | 904271337bfaa68a223f0cbad7f5f259f0e5de3f /solenv | |
parent | c5dcbdef4dc42c85061c3366ff326dd65b80857a (diff) |
INTEGRATION: CWS ause058 (1.39.58); FILE MERGED
2006/06/26 12:30:01 hjs 1.39.58.2: RESYNC: (1.39-1.40); FILE MERGED
2006/06/13 16:21:21 hjs 1.39.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxlngi4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk index 696161ac64d3..affb80f4e3c3 100644 --- a/solenv/inc/unxlngi4.mk +++ b/solenv/inc/unxlngi4.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngi4.mk,v $ # -# $Revision: 1.40 $ +# $Revision: 1.41 $ # -# last change: $Author: hr $ $Date: 2006-06-19 17:14:31 $ +# last change: $Author: kz $ $Date: 2006-07-05 22:02:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ CXX*=g++ # name of C Compiler CC*=gcc # flags for C and C++ Compiler -CFLAGS+=-fmessage-length=0 -c $(INCLUDE) +CFLAGS+=-fmessage-length=0 -c # flags to enable build with symbols; required for crashdump feature .IF "$(ENABLE_SYMBOLS)"=="SMALL" |