diff -r 78c4f4a03914 -r a00302fe5083 mauve/vcmake.bat --- a/mauve/vcmake.bat Thu Sep 05 22:08:59 2013 +0100 +++ b/mauve/vcmake.bat Fri Sep 06 00:16:38 2013 +0100 @@ -5,7 +5,9 @@ @REM ------- @if not defined VSINSTALLDIR ( - call ..\..\rules\vcsetup.bat + pushd ..\..\rules + call vcsetup.bat + popd ) @SET DEFINES= @REM Kludge got Mercurial, cannot be implemented in Borland make