summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-15 17:18:37 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-15 17:18:37 +0000
commita5a06fc3dd7cfadc865203ff9ca905624a8f5612 (patch)
treea8b7219d6fb0a7d82e4a0d2363f74f0ed0965e42 /dtrans
parenta5a0d26e061d4c7d262c7e2fd888374b32077d07 (diff)
Added Mac OS X symbol renaming
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/generic/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/generic/makefile.mk b/dtrans/source/generic/makefile.mk
index b7f915fa4b3f..b32ff1b76f5d 100644
--- a/dtrans/source/generic/makefile.mk
+++ b/dtrans/source/generic/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: pluby $ $Date: 2001-03-12 20:36:49 $
+# last change: $Author: pluby $ $Date: 2001-03-15 18:18:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,9 @@ SLOFILES= \
$(SLO)$/clipboardmanager.obj \
$(SLO)$/dtrans.obj
+.IF "$(OS)"=="MACOSX"
+SYMBOLPREFIX=dtrans
+.ENDIF
SHL1TARGET= dtrans
.IF "$(OS)"!="MACOSX"