Remove commented code in build-windows.bat

This commit is contained in:
Adam Honse 2025-07-20 01:38:58 -05:00
parent 47783feecb
commit ac0fd4b3fc

View file

@ -53,13 +53,6 @@ goto bits_done
::---------------------------------------------------------::
@call "C:\Program Files (x86)\Microsoft Visual Studio\%MSVC_VER%\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" %MSVC_ARCH%
::---------------------------------------------------------::
:: Re-create build directory and cd into it ::
::---------------------------------------------------------::
::rm -r build
::mkdir build
::cd build
::---------------------------------------------------------::
:: Run qmake to configure the build ::
::---------------------------------------------------------::