[Scummvm-git-logs] scummvm master -> 6231458b696a84e788d487f88aa347d76843137e
SupSuper
noreply at scummvm.org
Sun Jan 5 07:56:47 UTC 2025
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:
6231458b69 MSVC: Enable fluidlite by default
Commit: 6231458b696a84e788d487f88aa347d76843137e
https://github.com/scummvm/scummvm/commit/6231458b696a84e788d487f88aa347d76843137e
Author: SupSuper (supsuper at gmail.com)
Date: 2025-01-05T07:56:30Z
Commit Message:
MSVC: Enable fluidlite by default
Changed paths:
dists/msvc/create_msvc.bat
diff --git a/dists/msvc/create_msvc.bat b/dists/msvc/create_msvc.bat
index f7ce6eab4d1..f908eca4b94 100644
--- a/dists/msvc/create_msvc.bat
+++ b/dists/msvc/create_msvc.bat
@@ -55,14 +55,14 @@ goto done
echo.
echo Creating project files with all engines enabled (stable and unstable)
echo.
-create_project ..\.. --enable-all-engines --msvc
+create_project ..\.. --enable-all-engines --msvc --enable-fluidlite
goto done
:stable
echo.
echo Creating normal project files, with only the stable engines enabled
echo.
-create_project ..\.. --msvc
+create_project ..\.. --msvc --enable-fluidlite
goto done
:tools
More information about the Scummvm-git-logs
mailing list