From 0cb1aaf2f54eebbe6d838b7c4a2e9927c29a1a79 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 7 Dec 2004 14:19:19 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 399097cc3fb..efa24eafda4 100644 --- a/Makefile +++ b/Makefile @@ -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: -- GitLab