summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:29:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:29:02 +0000
commitddd50cc3f4c32ea96099afa5e93c7b84296f364c (patch)
treedb8642f1dc75b23ab18aca6776eef2e0546f14c2 /pyuno
parent0b872a33efd251ab3047f2bc85a7634043417f17 (diff)
INTEGRATION: CWS geordi2q14 (1.3.12); FILE MERGED
2004/01/29 18:09:49 hr 1.3.12.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 0cedd37a3513..6e8ecf1d4483 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2003-08-18 15:00:47 $
+# last change: $Author: hr $ $Date: 2004-02-02 19:29:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -144,6 +144,8 @@ $(PYUNO_MODULE) : $(SLO)$/pyuno_dlopenwrapper.obj
ld -G -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o
.ELIF "$(OS)" == "FREEBSD"
ld -shared -o $@ $(SLO)$/pyuno_dlopenwrapper.o
+.ELIF "$(OS)" == "NETBSD"
+ $(LINK) $(LINKFLAGSSHLCUI) -o $@ $(SLO)$/pyuno_dlopenwrapper.o
.ELIF "$(OS)" == "MACOSX"
$(CC) -dynamiclib -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o
.ENDIF