summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:09:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:09:50 +0000
commit2adf70adfb47b91b6dd82693582c6024bba3900c (patch)
treeed4956074361bdcd2c4830d79c5cddeebc700cc1 /solenv/inc/unxlngppc.mk
parent6c632a03e88f6107ac59af09bf30f570d38c2662 (diff)
INTEGRATION: CWS ause076 (1.26.186); FILE MERGED
2007/03/01 16:50:01 hjs 1.26.186.1: #i75028# kick obsolete settings
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index 4c9396d4af79..f8261e10402b 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
-# $Revision: 1.26 $
+# $Revision: 1.27 $
#
-# last change: $Author: ihi $ $Date: 2006-08-22 13:18:24 $
+# last change: $Author: obo $ $Date: 2007-03-09 09:09:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -94,10 +94,6 @@ PICSWITCH:=-fPIC
# libraries into dynamic libraries in places, so use -fPIC throughout
# until fixed.
-# 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
@@ -175,10 +171,8 @@ 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