Commit d461733d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Remove rebase stuff

This was cygwin specific, probably conflicting with ASLR/DEP
and noone is able to understand the logic behind it.
parent c38d7ca2
......@@ -825,10 +825,6 @@ endif
if USE_PEFLAGS
find $(win32_destdir) -type f -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
endif
# Rebase all those DLLs to speed up loading (needs cygwin rebase)
if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
find $(win32_destdir) -type f -name '*$(LIBEXT)' -print | rebase -b 0x70000000 -T -; \
fi
# Strip DLLs
package-win-common-strip: package-win-common
......
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