From 543f4f7749c878e92e6ac34191607d0f78c851fc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 9 Mar 2007 08:07:44 +0000 Subject: INTEGRATION: CWS ause076 (1.15.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.15.276.1: #i75028# kick obsolete settings --- solenv/inc/unxbsds.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'solenv/inc/unxbsds.mk') diff --git a/solenv/inc/unxbsds.mk b/solenv/inc/unxbsds.mk index 75c30bbb0713..c7b989cb3a85 100644 --- a/solenv/inc/unxbsds.mk +++ b/solenv/inc/unxbsds.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxbsds.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2006-07-05 22:00:58 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:07:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,10 +78,6 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions CFLAGSCXX= -pipe $(ARCH_FLAGS) PICSWITCH:=-fPIC -# Compiler flags for compiling static object in single threaded environment with graphical user interface -CFLAGSOBJGUIST=$(PICSWITCH) -# Compiler flags for compiling static object in single threaded environment with character user interface -CFLAGSOBJCUIST=$(PICSWITCH) # Compiler flags for compiling static object in multi threaded environment with graphical user interface CFLAGSOBJGUIMT=$(PICSWITCH) # Compiler flags for compiling static object in multi threaded environment with character user interface @@ -150,10 +146,8 @@ STDOBJCUI= STDSLOCUI= # libraries for linking applications -STDLIBCUIST=-lm STDLIBGUIMT=-lX11 -lpthread -lm STDLIBCUIMT=-lpthread -lm -STDLIBGUIST=-lX11 -lm # libraries for linking shared libraries STDSHLGUIMT=-lX11 -lXext -lpthread -lm STDSHLCUIMT=-lpthread -lm -- cgit