summaryrefslogtreecommitdiff
path: root/build/mingw/CleanMingw.bat
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
commitd850e78baf62d1f472a3a296f407c127c64cec88 (patch)
tree39725643b44c91ea25809766cf95cd0b1173e880 /build/mingw/CleanMingw.bat
parent15f88452d39eee5a89551a89ef2b93df5168ba2f (diff)
parentc894a7cdd8686ea695602a23a511a3f1b0d047be (diff)
Update upstream source from tag 'upstream/4.1.4'
Update to upstream version '4.1.4' with Debian dir 403f575aa88344456029245280a05149f0173f2e
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