mirror of
https://github.com/izzy2lost/Super3.git
synced 2026-03-26 16:58:30 -07:00
8 lines
138 B
Batchfile
8 lines
138 B
Batchfile
call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat"
|
|
devenv /nologo Supermodel.sln /Clean
|
|
if %ERRORLEVEL% neq 0 (
|
|
@echo Clean failed
|
|
pause
|
|
exit
|
|
)
|