INTEGRATION: CWS pj49 (1.12.2); FILE MERGED
2006/01/25 19:48:29 pjanik 1.12.2.1: #i61137#: pyuno.so is a loadable module, not shared library -> link with -bundle instead of -dynamiclib.
This commit is contained in:
parent
562736c914
commit
b80fd9956b
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.12 $
|
||||
# $Revision: 1.13 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2006-01-16 15:54:58 $
|
||||
# last change: $Author: kz $ $Date: 2006-01-31 18:18:25 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -129,7 +129,7 @@ $(PYUNO_MODULE) : $(SLO)$/pyuno_dlopenwrapper.obj
|
|||
.ELIF "$(OS)" == "NETBSD"
|
||||
@+ echo $(LINK) $(LINKFLAGSSHLCUI) -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
|
||||
.ELIF "$(OS)" == "MACOSX"
|
||||
@+ echo $(CC) -dynamiclib -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
|
||||
@+ echo $(CC) -bundle -ldl -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
|
||||
.ELSE
|
||||
@+ echo $(LINK) $(LINKFLAGSSHLCUI) -o $@ $(SLO)$/pyuno_dlopenwrapper.o > $(MISC)$/$(@:b).cmd
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue