diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-12-14 13:41:13 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-12-14 13:41:13 +0000 |
commit | 122e985b173b02a5650ec192c4b8cc36025c48c8 (patch) | |
tree | 66683dcdf8673af22b047f28e9c2cc450bb45ac2 /bridges/source/remote/urp/makefile.mk | |
parent | b65196c972c31a304540a96e8c0ea7f8aa41ad40 (diff) |
fixed exports for macosX to be prefixed with libname
Diffstat (limited to 'bridges/source/remote/urp/makefile.mk')
-rw-r--r-- | bridges/source/remote/urp/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/makefile.mk b/bridges/source/remote/urp/makefile.mk index 3eb061fb6e20..e641e67e1563 100644 --- a/bridges/source/remote/urp/makefile.mk +++ b/bridges/source/remote/urp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2000-11-16 14:23:35 $ +# last change: $Author: dbo $ $Date: 2000-12-14 14:41:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,6 +76,8 @@ NO_BSYMBOLIC=TRUE # ------------------------------------------------------------------ +CFLAGS += -DBRIDGE_NAME=$(TARGET) + #CPPUMAKERFLAGS += -C UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb |