Done by executing the following two commands:
dir *.dll /s/b | grep -v msys-1\.0\.dll - | grep -v \\share\\ - > list
rebase -b 68000000 -d -e 10000 -v @list
This should probably be done as part of building the installer package
to make sure that any new dlls added in the future are also rebased.