summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngs.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:10:26 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:10:26 +0000
commit0f7871c3087903e9b1f9666c08b0d400570acf86 (patch)
tree8bf468992fd9632a9e35b5353bf829c11b0dc1f0 /solenv/inc/unxlngs.mk
parent625a0651c5598a5f30c96ecfc4366c360c1a68d3 (diff)
INTEGRATION: CWS ause076 (1.19.276); FILE MERGED
2007/03/01 16:50:02 hjs 1.19.276.1: #i75028# kick obsolete settings
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r--solenv/inc/unxlngs.mk12
1 files changed, 2 insertions, 10 deletions
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