mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Added SDL 1c0f6952e65e.
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