[Scummvm-git-logs] scummvm master -> b4022f641ade960a7867cde4bb494e04987684d3
dreammaster
paulfgilbert at gmail.com
Tue Jan 28 03:55:26 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b4022f641a DISTS: Remove --build-events from create_msvc to fix VS compilation
Commit: b4022f641ade960a7867cde4bb494e04987684d3
https://github.com/scummvm/scummvm/commit/b4022f641ade960a7867cde4bb494e04987684d3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-01-27T19:55:14-08:00
Commit Message:
DISTS: Remove --build-events from create_msvc to fix VS compilation
Changed paths:
dists/msvc/create_msvc.bat
diff --git a/dists/msvc/create_msvc.bat b/dists/msvc/create_msvc.bat
index 73305ea..6746a98 100644
--- a/dists/msvc/create_msvc.bat
+++ b/dists/msvc/create_msvc.bat
@@ -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
More information about the Scummvm-git-logs
mailing list