From 0f7871c3087903e9b1f9666c08b0d400570acf86 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 9 Mar 2007 08:10:26 +0000 Subject: INTEGRATION: CWS ause076 (1.19.276); FILE MERGED 2007/03/01 16:50:02 hjs 1.19.276.1: #i75028# kick obsolete settings --- solenv/inc/unxlngs.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'solenv/inc/unxlngs.mk') diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk index ce8a976dfcc3..bc5f377fb72d 100644 --- a/solenv/inc/unxlngs.mk +++ b/solenv/inc/unxlngs.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngs.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: kz $ $Date: 2006-07-05 22:03:41 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:10:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -91,10 +91,6 @@ CFLAGSCXX= -pipe $(ARCH_FLAGS) PICSWITCH:=-fPIC -# Compiler flags for compiling static object in single threaded environment with graphical user interface -CFLAGSOBJGUIST= -# Compiler flags for compiling static object in single threaded environment with character user interface -CFLAGSOBJCUIST= # Compiler flags for compiling static object in multi threaded environment with graphical user interface CFLAGSOBJGUIMT= # Compiler flags for compiling static object in multi threaded environment with character user interface @@ -173,15 +169,11 @@ STDOBJCUI= STDSLOCUI= # libraries for linking applications -STDLIBCUIST=-ldl -lm STDLIBGUIMT=-lX11 -ldl -lpthread -lm STDLIBCUIMT=-ldl -lpthread -lm -STDLIBGUIST=-lX11 -ldl -lm # libraries for linking shared libraries STDSHLGUIMT=-lX11 -lXext -ldl -lpthread -lm STDSHLCUIMT=-ldl -lpthread -lm -STDSHLGUIST=-lX11 -lXext -ldl -lm -STDSHLCUIST=-ldl -lm LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive -- cgit