diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-07 06:20:31 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-07 06:20:31 +0000 |
commit | 504e826c72ac86111319933b960f3532791d6b4c (patch) | |
tree | bc0bf53d8d4d54d8d3705468b6c0ffeeb9344f1e /ucb/source | |
parent | 5fa59127c08ba0e71943f338ecd3bd433fdd1200 (diff) |
Added Mac OS X support
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/file/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/makefile.mk b/ucb/source/ucp/file/makefile.mk index 95623cdfd50c..1adafe763c8b 100644 --- a/ucb/source/ucp/file/makefile.mk +++ b/ucb/source/ucp/file/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:20:01 $ +# last change: $Author: pluby $ $Date: 2001-03-07 07:20:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,6 +105,11 @@ DEF1EXPORT2 =component_writeInfo DEF1EXPORT3 =component_getFactory DEF1DES=UCB : File System Content Provider +# Make symbol renaming match library name for Mac OS X +.IF "$(OS)"=="MACOSX" +SYMBOLPREFIX=$(TARGET)$(UCPFILE_MAJOR) +.ENDIF + .INCLUDE: target.mk $(MISC)$/$(SHL1TARGET).flt: |