diff -r 66ae724f4269 -r 7329192efb9d vcmake.bat --- a/vcmake.bat Tue Mar 27 09:03:27 2018 +0100 +++ b/vcmake.bat Wed Apr 04 23:16:30 2018 +0100 @@ -1,22 +1,22 @@ -@REM ------- -@REM make using Microsoft Visual C compiler -@REM type vcmake, and wait... -@REM do not edit - automatically generated from ProjectDefinition -@REM ------- - -@if not defined VSINSTALLDIR ( - pushd ..\..\stx\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% %* - - - - +@REM ------- +@REM make using Microsoft Visual C compiler +@REM type vcmake, and wait... +@REM do not edit - automatically generated from ProjectDefinition +@REM ------- + +@if not defined VSINSTALLDIR ( + pushd ..\..\stx\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% %* + + + +