diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:11:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:11:46 +0000 |
commit | 3d2060d62a9ae0675c8c0e0374f01b4050a8c513 (patch) | |
tree | 706a25019011f91231debabbd29c5b03f7b56d9c /solenv/inc/unxsogs.mk | |
parent | 39524c7b142579f134e8084f99a7090cde8e7911 (diff) |
INTEGRATION: CWS ause076 (1.13.276); FILE MERGED
2007/03/01 16:50:03 hjs 1.13.276.1: #i75028# kick obsolete settings
Diffstat (limited to 'solenv/inc/unxsogs.mk')
-rw-r--r-- | solenv/inc/unxsogs.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/solenv/inc/unxsogs.mk b/solenv/inc/unxsogs.mk index 09f20254da86..593042861cd4 100644 --- a/solenv/inc/unxsogs.mk +++ b/solenv/inc/unxsogs.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxsogs.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2006-07-05 22:04:47 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:11:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,8 +67,6 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions CFLAGSCXX= -pipe $(ARCH_FLAGS) PICSWITCH:=-fPIC -CFLAGSOBJGUIST= -CFLAGSOBJCUIST= CFLAGSOBJGUIMT= CFLAGSOBJCUIMT= CFLAGSSLOGUIMT=$(PICSWITCH) @@ -113,17 +111,12 @@ STDSLOGUI= STDOBJCUI= STDSLOCUI= -STDLIBGUIST=$(DYNAMIC) -lm -STDLIBCUIST=$(DYNAMIC) -lm STDLIBGUIMT=$(DYNAMIC) -lpthread -lthread -lm STDLIBCUIMT=$(DYNAMIC) -lpthread -lthread -lm # libraries for linking shared libraries -STDSHLGUIST=$(DYNAMIC) -lm -STDSHLCUIST=$(DYNAMIC) -lm STDSHLGUIMT=$(DYNAMIC) -lpthread -lthread -lm STDSHLCUIMT=$(DYNAMIC) -lpthread -lthread -lm -STDLIBGUIST+=-lX11 STDLIBGUIMT+=-lX11 LIBSTLPORT=$(DYNAMIC) -lstlport_gcc |