mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 16:15:42 +00:00
09bbc9c35c
Don't generate workspaces and remove checks for unsupported compier/IDE version$ Refs #2669 This was SVN commit r16160.
8 lines
343 B
Batchfile
8 lines
343 B
Batchfile
@echo off
|
|
rem ** Create Visual Studio Workspaces on Windows **
|
|
|
|
cd ..\premake
|
|
rem ** Support for Visual Studio versions <2013 has been dropped (check #2669).
|
|
if not exist ..\workspaces\vc2013\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2013" --collada --use-shared-glooxwrapper --sdl2 %* vs2013
|
|
cd ..\workspaces
|