summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-29 09:09:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-29 09:09:20 +0000
commitb0f9bce1cd35e34f1274117c43564a48b4b90e2a (patch)
treea7a357933ddf55983128a60bdf3c41c96acd3d3d
parent27c32a40b4efd1d78de80d6c80208377247b009b (diff)
#i10000# No rebase necessary for non product builds.
-rwxr-xr-xpostprocess/rebase/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk
index 4a56f1b9a75b..4802d1cb6ade 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2004-11-08 10:40:00 $
+# last change: $Author: rt $ $Date: 2004-11-29 10:09:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,8 +70,10 @@ TARGET=rebase
$(TARGET) .PHONY :
.IF "$(GUI)"=="WNT"
+.IF "$(product)"=="full"
@+echo ------ rebase dlls ------
+rebase -b 0x68000000 -C $(MISC)$/coffbase.txt -d -l $(MISC)$/rebase_log.txt -R $(SOLARBINDIR) -N no_rebase.txt $(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll
+.ENDIF
.ELSE
@+echo Nothing to do, 'rebase' is windows only.
.ENDIF