Skip to content

Commit

Permalink
Update clean-solution.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Acedpol committed Apr 4, 2022
1 parent 732ea0b commit 133e213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file removed MotorOla_Solution/Exes/MotorOla_Project.iobj
Binary file not shown.
Binary file removed MotorOla_Solution/Exes/MotorOla_Project.ipdb
Binary file not shown.
4 changes: 3 additions & 1 deletion MotorOla_Solution/clean-solution.bat
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
:: ROOT\
rmdir /s /q .vs\
@REM rmdir /s /q .vs\
rmdir /s /q Bin\
rmdir /s /q Temp\
@REM PAUSE >nul

:: ROOT\Exes\
cd Exes\
del *.dll
del *.lib
del *.pdb
del *.exe
del *.ipdb
del *.iobj
del Ogre.log
cd ..
@REM PAUSE >nul

:: Ogre
Expand Down

0 comments on commit 133e213

Please sign in to comment.