diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:10:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:10:14 +0000 |
commit | 625a0651c5598a5f30c96ecfc4366c360c1a68d3 (patch) | |
tree | a395579e573364ae5e74b4051870e1365efd9f14 /solenv/inc/unxlngr.mk | |
parent | b7b76e67892ef6f0d339fd15cd075a11b2f39ae3 (diff) |
INTEGRATION: CWS ause076 (1.13.276); FILE MERGED
2007/03/01 16:50:02 hjs 1.13.276.1: #i75028# kick obsolete settings
Diffstat (limited to 'solenv/inc/unxlngr.mk')
-rw-r--r-- | solenv/inc/unxlngr.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/solenv/inc/unxlngr.mk b/solenv/inc/unxlngr.mk index 259e70dfce01..6da9070992fe 100644 --- a/solenv/inc/unxlngr.mk +++ b/solenv/inc/unxlngr.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngr.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2006-07-05 22:03:30 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:10:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -83,10 +83,6 @@ CFLAGSCXX=$(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 @@ -150,10 +146,8 @@ STDOBJCUI= STDSLOCUI= # libraries for linking applications -STDLIBCUIST=-ldl -lm -lstlport_gcc STDLIBGUIMT=-ldl -lpthread -lm -lstlport_gcc STDLIBCUIMT=-ldl -lpthread -lm -lstlport_gcc -STDLIBGUIST=-lX11 -ldl -lm # libraries for linking shared libraries STDSHLGUIMT=-lX11 -lXext -ldl -lpthread -lm -lstlport_gcc STDSHLCUIMT=-ldl -lpthread -lm -lstlport_gcc |