diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:41:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:41:01 +0000 |
commit | 299fe1ca68850e4368d3b9a737dbf1f150ad794f (patch) | |
tree | 7daf8c102c364459e45e72a6fdfdb00546517ac7 /ucb | |
parent | 9531fccd73770fa7b0885f59f384a8cc1b644031 (diff) |
INTEGRATION: CWS macosxmapfiles (1.29.44); FILE MERGED
2007/01/11 14:11:42 tra 1.29.44.1: #69351# Map files are now supported on Mac OS X rudimentary
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 7d22c5f0721b..af8d626a5095 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: kz $ $Date: 2006-07-19 09:36:39 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:41:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -109,10 +109,8 @@ LIB1OBJFILES=$(SLOFILES) SHL1TARGET=$(TARGET)$(UCP_VERSION) SHL1IMPLIB=i$(TARGET) -.IF "$(OS)"=="MACOSX" -.ELSE + SHL1VERSIONMAP=exports.map -.ENDIF SHL1STDLIBS=\ $(CPPUHELPERLIB) \ |