Skip to content

Commit

Permalink
Fixed a typo and leftover test output in Make file
Browse files Browse the repository at this point in the history
  • Loading branch information
FireEmerald committed Jun 21, 2018
1 parent d1a6a78 commit 1020b93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Make.bat
Expand Up @@ -3,14 +3,14 @@ rem SoundSwitch Make file
rem
rem Compiles SoundSwitch binaries and installer.
rem
rem Requires Visual Studio >=2017 or add
rem Requires Visual Studio >=2017 or add switch
rem -legacy to force use of MSBuild tools from VS2015.
rem
rem Requires the npm package markdown-html:
rem https://github.com/Belphemur/markdown-html
rem
rem You may run this script without markdown-html,
rem then none Changelog and README are created.
rem but a dummy Changelog and README is created then.

setlocal
cd /d "%~dp0"
Expand Down Expand Up @@ -50,7 +50,6 @@ if "%~1" neq "" (
echo.
echo Determine MSBuild.exe...
if defined USE_LEGACY_VS2015 (
echo START
for /f "usebackq tokens=*" %%i in (`tools\vswhere -legacy -version [14.0^,15.0] -property installationPath`) do (
set msBuildExe=%%i
)
Expand Down

0 comments on commit 1020b93

Please sign in to comment.