diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:04:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-05 21:04:24 +0000 |
commit | ee0bb31dff6f714612081463b036d34897a82121 (patch) | |
tree | a728ff01fd7e32d9b690b3a861f76497b3f85ccc /solenv/inc/unxscoi.mk | |
parent | b9879c71791e68f8ca1cd86bcd7cd7cdb87e941e (diff) |
INTEGRATION: CWS ause058 (1.8.328); FILE MERGED
2006/06/26 12:28:52 hjs 1.8.328.2: RESYNC: (1.8-1.9); FILE MERGED
2006/06/13 16:21:23 hjs 1.8.328.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
Diffstat (limited to 'solenv/inc/unxscoi.mk')
-rw-r--r-- | solenv/inc/unxscoi.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxscoi.mk b/solenv/inc/unxscoi.mk index f67e11cec564..e135a21682d4 100644 --- a/solenv/inc/unxscoi.mk +++ b/solenv/inc/unxscoi.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxscoi.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2006-06-19 17:16:48 $ +# last change: $Author: kz $ $Date: 2006-07-05 22:04:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ ARCH_FLAGS*=-mpentium CXX*=/nw386/dev/s/solenv/unxscoi/bin/g++ CC*=/nw386/dev/s/solenv/unxscoi/bin/gcc -CFLAGS=-c $(INCLUDE) +CFLAGS=-c CFLAGSCC=$(ARCH_FLAGS) CFLAGSEXCEPTIONS=-fexceptions CFLAGS_NO_EXCEPTIONS=-fno-exceptions |