mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-07 17:37:16 +02:00
4 lines
95 B
Batchfile
4 lines
95 B
Batchfile
|
|
@echo off
|
||
|
|
cd ..
|
||
|
|
%~dp0\premake4.exe --file=..\premake4.lua --to=.\VisualC\VS2008 vs2008
|
||
|
|
pause
|