[Scummvm-git-logs] scummvm master -> ed16fef008a46d778ed7489fc684540f8759cff3

SupSuper supsuper at gmail.com
Sat Aug 22 08:21:45 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:
ed16fef008 DISTS: Use new MSVC lib names by default


Commit: ed16fef008a46d778ed7489fc684540f8759cff3
    https://github.com/scummvm/scummvm/commit/ed16fef008a46d778ed7489fc684540f8759cff3
Author: SupSuper (supsuper at gmail.com)
Date: 2020-08-22T09:21:04+01:00

Commit Message:
DISTS: Use new MSVC lib names by default

MSVC devs: download the newest precompiled libraries
from http://www.scummvm.org/frs/build/scummvm_libs_2015.zip

Changed paths:
    dists/msvc/create_msvc.bat


diff --git a/dists/msvc/create_msvc.bat b/dists/msvc/create_msvc.bat
index 6e13025fbc..19313f8007 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 --disable-fluidsynth --disable-fribidi --msvc
+create_project ..\.. --enable-all-engines --use-canonical-lib-names --msvc
 goto done
 
 :stable
 echo.
 echo Creating normal project files, with only the stable engines enabled
 echo.
-create_project ..\.. --disable-fluidsynth --disable-fribidi --msvc
+create_project ..\.. --use-canonical-lib-names --msvc
 goto done
 
 :tools




More information about the Scummvm-git-logs mailing list