diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 12:46:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 12:46:40 +0000 |
commit | c263505c1a0c61ee17cb4db8bbb1a73b88fb7bbe (patch) | |
tree | a1aa18e1d12d0cfb2a0f619bfd7329a3a289be12 /shell | |
parent | ccab41e7d8ce44527f56e8537de2396daa0468a8 (diff) |
INTEGRATION: CWS trabugfixingso8 (1.5.30); FILE MERGED
2005/01/20 10:11:22 tra 1.5.30.1: #112868# using url translator service to convert OOo Urls which are UTF8 encoded to external urls
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/sysshell/makefile.mk | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk index 0c4bebfb568d..531930b64c14 100644 --- a/shell/source/unix/sysshell/makefile.mk +++ b/shell/source/unix/sysshell/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-09-08 14:34:42 $ +# last change: $Author: obo $ $Date: 2005-01-25 13:46:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,9 +88,17 @@ SHL1TARGET=recentfile # static libs must come at end of linker list on MacOSX .IF "$(OS)" == "MACOSX" -SHL1STDLIBS= $(SALLIB) $(EXPATASCII3RDLIB) +SHL1STDLIBS=$(SALLIB)\ + $(EXPATASCII3RDLIB)\ + $(CPPULIB)\ + $(CPPUHELPERLIB)\ + $(COMPHELPERLIB) .ELSE -SHL1STDLIBS=$(EXPATASCII3RDLIB) $(SALLIB) +SHL1STDLIBS=$(EXPATASCII3RDLIB)\ + $(SALLIB)\ + $(CPPULIB)\ + $(CPPUHELPERLIB)\ + $(COMPHELPERLIB) .ENDIF # MACOSX SHL1LIBS=$(SLB)$/xmlparser.lib |