diff -r 39e2c06afe6c -r ba6a5298054c vcmake.bat --- a/vcmake.bat Mon Jul 17 20:52:49 2017 +0200 +++ b/vcmake.bat Mon Jul 17 21:02:51 2017 +0200 @@ -5,14 +5,12 @@ @REM ------- @if not defined VSINSTALLDIR ( - pushd ..\..\stx\rules + pushd ..\..\rules call vcsetup.bat popd ) @SET DEFINES= -@REM Kludge got Mercurial, cannot be implemented in Borland make -@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i -@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%" + make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*