Use redirect.exe for gconfd-2.exe (#450052) and qt3-wizard.exe (#452382).

Move the original executables to bin\, use renamed copies of
redirect.exe at the old locations.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16277 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/2.2
Andreas Köhler 19 years ago
parent ef937b6697
commit 8a2238218d

@ -197,7 +197,14 @@ function finish() {
done
gconftool-2 --shutdown
exetype $DIST_UDIR/libexec/gconfd-2.exe windows
mv $DIST_UDIR/libexec/gconfd-2.exe $DIST_UDIR/bin
exetype $DIST_UDIR/bin/gconfd-2.exe windows
cp $_BUILD_UDIR/packaging/win32/redirect.exe $DIST_UDIR/libexec/gconfd-2.exe
if [ "$AQBANKING_WITH_QT" = "yes" ]; then
mv ${DIST_UDIR}/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe $DIST_UDIR/bin
cp $_BUILD_UDIR/packaging/win32/redirect.exe $DIST_UDIR/lib/aqbanking/plugins/16/wizards/qt3-wizard.exe
fi
# Strip redirections in distributed libtool .la files
for file in $DIST_UDIR/lib/*.la; do

Loading…
Cancel
Save