Browse Source

Updated the batch files to Premake 5.

pull/86/head
triton 12 years ago
parent
commit
1e09193cc1
  1. 8
      build/GenerateProjects.bat

8
build/GenerateProjects.bat

@ -18,19 +18,19 @@ if "%C%"=="1" goto vs2010 @@ -18,19 +18,19 @@ if "%C%"=="1" goto vs2010
if "%C%"=="0" goto clean
:clean
"premake4" --file=premake4.lua clean
"premake5" --file=premake4.lua clean
goto quit
:vs2010
"premake4" --file=premake4.lua vs2010
"premake5" --file=premake4.lua vs2010
goto quit
:vs2012
"premake4" --file=premake4.lua vs2012
"premake5" --file=premake4.lua vs2012
goto quit
:gmake
"premake4" --file=premake4.lua gmake
"premake5" --file=premake4.lua gmake
goto quit
:quit

Loading…
Cancel
Save