diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-08 09:40:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-08 09:40:00 +0000 |
commit | b8cf3dafd8b91590fe4ab8b57e03b979f7c26cf7 (patch) | |
tree | ed64a9bc6722b1d4bf65e2a00561018adb4f8794 /postprocess/rebase | |
parent | 73387e31abd33a03a6b2ca57e6bb18da5ce9426d (diff) |
i30601# Generate logfile into output tree.
Diffstat (limited to 'postprocess/rebase')
-rwxr-xr-x | postprocess/rebase/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk index f0429672365b..4a56f1b9a75b 100755 --- a/postprocess/rebase/makefile.mk +++ b/postprocess/rebase/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: rt $ $Date: 2004-10-20 15:35:11 $ +# last change: $Author: rt $ $Date: 2004-11-08 10:40:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,7 +71,7 @@ TARGET=rebase $(TARGET) .PHONY : .IF "$(GUI)"=="WNT" @+echo ------ rebase dlls ------ - +rebase -b 0x68000000 -C coffbase.txt -d -l rebase_log.txt -R $(SOLARBINDIR) -N no_rebase.txt $(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll + +rebase -b 0x68000000 -C $(MISC)$/coffbase.txt -d -l $(MISC)$/rebase_log.txt -R $(SOLARBINDIR) -N no_rebase.txt $(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll .ELSE @+echo Nothing to do, 'rebase' is windows only. .ENDIF |