Skip to content
Snippets Groups Projects
Commit 0cb1aaf2 authored by Rene Brun's avatar Rene Brun
Browse files

From Axel Naumann:

this is a patch for Makefile's rebase target for win32gcc. It now
rebases root's dlls into an area outside the cygwin dlls' bases: cygwin
rebases from 0x70000000 downwards (as stated in /usr/bin/rebaseall), the
Makefile now uses 0x71000000 upwards.


git-svn-id: http://root.cern.ch/svn/root/trunk@10698 27541ba8-7e3a-0410-8455-c3a389f83636
parent e284d2f1
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ distsrc:
rebase: $(ALLLIBS) $(ALLEXECS)
@echo -n "Rebasing binaries... "
@rebase -b 0x60600000 bin/*.exe bin/*.dll
@rebase -b 0x71000000 bin/*.exe bin/*.dll
@echo done.
debian:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment