summaryrefslogtreecommitdiff
path: root/solenv/inc/unxbsds.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:07:44 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:07:44 +0000
commit543f4f7749c878e92e6ac34191607d0f78c851fc (patch)
treed6917eb73cea09ebd850099609718d13535d4032 /solenv/inc/unxbsds.mk
parentf217da7df2387f3eae303ddbc6ccb3ce8dac0a98 (diff)
INTEGRATION: CWS ause076 (1.15.276); FILE MERGED
2007/03/01 16:50:00 hjs 1.15.276.1: #i75028# kick obsolete settings
Diffstat (limited to 'solenv/inc/unxbsds.mk')
-rw-r--r--solenv/inc/unxbsds.mk10
1 files changed, 2 insertions, 8 deletions
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