mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
5 lines
114 B
Batchfile
5 lines
114 B
Batchfile
|
:start
|
||
|
call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
|
||
|
.\bam server_release
|
||
|
pause
|
||
|
goto start
|