summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-01 10:38:50 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-01 10:38:50 +0000
commit02fb5817254ac7484d4953f260656d3b92d657dc (patch)
tree3a1a2a93d36fed750b1d63518b44cf2dd6bf2702 /pyuno
parent34638927992ed6510c032d949f866a4ef6d8629d (diff)
#100000# do not link -lpyton fr linux (SB)
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 0dc377ac415f..39219b012046 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2004-02-27 15:16:46 $
+# last change: $Author: kz $ $Date: 2004-03-01 11:38:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,6 +63,8 @@ PRJNAME=pyuno
TARGET=pyuno
ENABLE_EXCEPTIONS=TRUE
+LINKFLAGSDEFS = # do not fail with missing symbols
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
@@ -82,7 +84,9 @@ PYUNO_MODULE=$(DLLDEST)$/pyuno$(DLLPOST)
# so this library cannot be checked
SHL1NOCHECK=yes
PYUNORC=pyunorc
+.IF "$(OS)"=="SOLARIS" || "$(OS)"=="MACOSX"
PYTHONLIB=-lpython
+.ENDIF
.ELSE
# on windows, the python executable also uses the shared library,
# so we link pyuno directly to it