mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
8 lines
145 B
Batchfile
8 lines
145 B
Batchfile
|
call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat"
|
||
|
devenv /nologo Supermodel.sln /Clean
|
||
|
if %ERRORLEVEL% neq 0 (
|
||
|
@echo Clean failed
|
||
|
pause
|
||
|
exit
|
||
|
)
|