Fix very broken clean.bat for msvc install. The way we used subroutines
authorMagnus Hagander <magnus@hagander.net>
Wed, 6 Feb 2008 15:13:25 +0000 (15:13 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 6 Feb 2008 15:13:25 +0000 (15:13 +0000)
commit8d1cc975ea0567791244c260f7a2eda9011af35c
treedb32eccae0e84a47338bd5b5550e181fb0e69e42
parentf2c1bd0af3172d8d78d707d120c07bd9d2b06fc5
Fix very broken clean.bat for msvc install. The way we used subroutines
in .bat simply did not work, and it called them in the wrong order,
some several times, and some not at all. So this unrolls all subroutine
calls.

This should fix the issues with clean deleting the wrong files reported
by Dave Page.

While at it, add the "clean dist" option to act like "make distclean",
and no longer remove the flex/bison output files by default. This shuold
fix the problem reported by Pavel Golub in bug #3909.
doc/src/sgml/install-win32.sgml
src/tools/msvc/clean.bat