4 lines
57 B
Batchfile
4 lines
57 B
Batchfile
|
@echo off
|
||
|
call _build.bat "..\..\LameXP.sln" Debug
|
||
|
pause
|