Kaydet (Commit) 528a6e30 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Only rebase with MSVC.

üst beda88a2
......@@ -44,14 +44,14 @@ IMAGENAMES=$(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll
ALLTAR : REBASE
REBASE .PHONY : $(BASEADDRESSES)
.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(GUI)$(COM)$(CPU)"=="WNTMSCI"
.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)"=="WNTI"
@echo We do rebasing on 32-bit Windows only.
@echo We do rebasing on 32-bit Windows only built with MSVC.
.ENDIF
$(BASEADDRESSES) : coffbase.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment