1
0
forked from mirrors/0ad

Support Visual Studio 2015 (MSVC 14.0), fixes #3439.

VS 2013 stays the default Windows compiler, but support for it will be
dropped as soon as possible.
Tested By: Stan
This was SVN commit r20562.
This commit is contained in:
Itms
2017-11-29 21:16:10 +00:00
parent 2da6c0ce2a
commit f22dfba717
5 changed files with 24 additions and 8 deletions
+1
View File
@@ -3,4 +3,5 @@ rem ** Create Visual Studio Workspaces on Windows **
cd ..\premake
if not exist ..\workspaces\vc2013\SKIP_PREMAKE_HERE premake5\bin\release\premake5 --outpath="../workspaces/vc2013" --use-shared-glooxwrapper %* vs2013
if not exist ..\workspaces\vc2015\SKIP_PREMAKE_HERE premake5\bin\release\premake5 --outpath="../workspaces/vc2015" --use-shared-glooxwrapper %* vs2015
cd ..\workspaces