mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 13:25:40 +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
|
|
)
|