Skip to content

Latest commit

 

History

History
executable file
·
9 lines (9 loc) · 323 Bytes

generate.all.bat

File metadata and controls

executable file
·
9 lines (9 loc) · 323 Bytes
 
1
2
3
4
5
6
7
8
9
@echo off
cd ..
title Generating VS2008...
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2008 vs2008
title Generating VS2010...
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2010 vs2010
title Generating VS2012...
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2012 vs2012
pause