Do rebasing on 32-bit Windows only for now
This commit is contained in:
parent
43f86a0466
commit
41beafbf54
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue