Skip to content

Commit 3806f54

Browse files
committed
Cleanup debug oopsies
1 parent 20fd072 commit 3806f54

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

windows-compile-vs.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ if "%VS_EDITION%"=="" (
9494
set VS_EDITION=Community
9595
)
9696

97-
echo on
9897
call "%VS_PATH%\%VS_EDITION%\VC\Auxiliary\Build\vcvarsall.bat" %ARCH% >>"%log_file%" 2>&1 || call :pm-fatal-error "Error initializing Visual Studio environment"
99-
echo off
10098
:batchfiles-are-stupid
10199
move "%log_file%" "%log_file%" >nul 2>nul || goto :batchfiles-are-stupid
102100

@@ -421,7 +419,6 @@ call :pm-echo "Done?"
421419
exit 0
422420

423421
:check-vs-exists
424-
echo on
425422
set "VS_PATH=C:\%~3\Microsoft Visual Studio\%~1"
426423
if exist "%VS_PATH%" (
427424
set CMAKE_TARGET=Visual Studio %~2 %~1

0 commit comments

Comments
 (0)