mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-24 17:51:10 +01:00
4 lines
95 B
Batchfile
4 lines
95 B
Batchfile
|
|
@echo off
|
||
|
|
cd ..
|
||
|
|
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2010 vs2010
|
||
|
|
pause
|