INTEGRATION: CWS ause058 (1.15.162); FILE MERGED

2006/06/26 12:29:42 hjs 1.15.162.2: RESYNC: (1.15-1.16); FILE MERGED
2006/06/13 16:21:24 hjs 1.15.162.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
This commit is contained in:
Kurt Zenker 2006-07-05 21:05:19 +00:00
parent 0658da8d48
commit ff49c70258

View file

@ -4,9 +4,9 @@
#
# $RCSfile: unxsoli4.mk,v $
#
# $Revision: 1.16 $
# $Revision: 1.17 $
#
# last change: $Author: hr $ $Date: 2006-06-19 17:17:12 $
# last change: $Author: kz $ $Date: 2006-07-05 22:05:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -58,7 +58,7 @@ ARCH_FLAGS*=
CXX=CC
CC=cc
CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp $(INCLUDE)
CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp
CFLAGSCC=-xCC $(ARCH_FLAGS)
CFLAGSCXX=-features=no%altspell -library=no%Cstd $(ARCH_FLAGS)