mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Ahead of the SM68 migration, where we will need to use VS17, drop support for compiling with VS16. Refs #5862 Differential Revision: https://code.wildfiregames.com/D3158 This was SVN commit r24286.
6 lines
246 B
Batchfile
6 lines
246 B
Batchfile
@echo off
|
|
rem ** Create Visual Studio Workspaces on Windows **
|
|
|
|
cd ..\premake
|
|
if not exist ..\workspaces\vs2017\SKIP_PREMAKE_HERE premake5\bin\release\premake5 --outpath="../workspaces/vs2017" --use-shared-glooxwrapper %* vs2017
|
|
cd ..\workspaces
|