[Libreoffice-commits] .: postprocess/rebase
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Jan 26 15:42:44 PST 2011
postprocess/rebase/makefile.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 99474dc694fbebde14c69ae48e972e22b98f0941
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Jan 27 01:42:34 2011 +0200
Do rebasing on 32-bit Windows only for now
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk
index d9d6d10..0ccfa6b 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -44,14 +44,14 @@ IMAGENAMES=$(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll
ALLTAR : REBASE
REBASE .PHONY : $(BASEADDRESSES)
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(product)"=="full"
$(PERL) rebase.pl -C $(BASEADDRESSES) -b $(STARTADDRESS) -d -e 10000 -l $(LOGFILE) -m $(MISC) -v -R $(SOLARBINDIR) -N $(EXCLUDELIST) $(IMAGENAMES)
.ELSE # "$(product)"=="full"
@echo Doing nothing on non product builds ...
.ENDIF # "$(product)"=="full"
-.ELSE # "$(GUI)"=="WNT"
- @echo Nothing to do, 'rebase' is windows only.
+.ELSE # "$(GUI)"=="WNTI"
+ @echo We do rebasing on 32-bit Windows only.
.ENDIF
$(BASEADDRESSES) : coffbase.txt
More information about the Libreoffice-commits
mailing list