INTEGRATION: CWS ause058 (1.13.294); FILE MERGED
2006/06/26 12:30:16 hjs 1.13.294.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/13 16:21:20 hjs 1.13.294.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
This commit is contained in:
parent
29a86a8a1c
commit
3262f10741
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: unxbsds.mk,v $
|
||||
#
|
||||
# $Revision: 1.14 $
|
||||
# $Revision: 1.15 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2006-06-19 17:13:37 $
|
||||
# last change: $Author: kz $ $Date: 2006-07-05 22:00:58 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -66,7 +66,7 @@ CXX=g++
|
|||
# name of C Compiler
|
||||
CC=gcc
|
||||
# flags for C and C++ Compiler
|
||||
CFLAGS=-c $(INCLUDE) -I$(SOLARENV)/unxbsds/usr/include
|
||||
CFLAGS=-c
|
||||
# flags for the C++ Compiler
|
||||
CFLAGSCC= -pipe $(ARCH_FLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue