summaryrefslogtreecommitdiff
path: root/build/mingw/CleanMingw.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/mingw/CleanMingw.bat')
-rwxr-xr-xbuild/mingw/CleanMingw.bat19
1 files changed, 19 insertions, 0 deletions
diff --git a/build/mingw/CleanMingw.bat b/build/mingw/CleanMingw.bat
new file mode 100755
index 0000000..f2cf057
--- /dev/null
+++ b/build/mingw/CleanMingw.bat
@@ -0,0 +1,19 @@
+
+rem Use this batch file to completely clean the mingw 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
+del *.a \ No newline at end of file