mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 12:14:49 +02:00
actual update to latest mobile-common
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user