diff options
Diffstat (limited to 'build/win64vs/CleanWin.bat')
-rwxr-xr-x | build/win64vs/CleanWin.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/win64vs/CleanWin.bat b/build/win64vs/CleanWin.bat new file mode 100755 index 0000000..8de16ef --- /dev/null +++ b/build/win64vs/CleanWin.bat @@ -0,0 +1,18 @@ + +rem Use this batch file to completely clean the Windows directory tree for a clean build from scratch + +rem rd /S /Q bin +rd /S /Q CMakeFiles +rd /S /Q include +rd /S /Q lib +rd /S /Q testing +rd /S /Q bin +del *.cmake +del CmakeCache.txt +del Makefile +del *.h +del *.exp +del *.lib +del *.filters +del *.vcxproj +del *.sln
\ No newline at end of file |