Skip to content

Commit

Permalink
Cleanup debug oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 23, 2023
1 parent 20fd072 commit 3806f54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ if "%VS_EDITION%"=="" (
set VS_EDITION=Community
)

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

Expand Down Expand Up @@ -421,7 +419,6 @@ call :pm-echo "Done?"
exit 0

:check-vs-exists
echo on
set "VS_PATH=C:\%~3\Microsoft Visual Studio\%~1"
if exist "%VS_PATH%" (
set CMAKE_TARGET=Visual Studio %~2 %~1
Expand Down

0 comments on commit 3806f54

Please sign in to comment.