DISTS: Remove --build-events from create_msvc to fix VS compilation

This commit is contained in:
Paul Gilbert 2020-01-27 19:32:31 -08:00
parent fad20484cb
commit b4022f641a

View File

@ -55,7 +55,7 @@ goto done
echo.
echo Creating project files with all engines enabled (stable and unstable)
echo.
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --build-events
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc
goto done
:stable