summaryrefslogtreecommitdiff
path: root/build/borland5.5/CleanBorland.bat
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-07 13:17:14 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-07 13:17:14 +0100
commit4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 (patch)
tree0abbea881ded030851014ffdd60fbf71fead8f65 /build/borland5.5/CleanBorland.bat
parentdaf17154bf13139d9375f48525d19d6aaba08155 (diff)
New upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'build/borland5.5/CleanBorland.bat')
-rwxr-xr-xbuild/borland5.5/CleanBorland.bat18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/borland5.5/CleanBorland.bat b/build/borland5.5/CleanBorland.bat
new file mode 100755
index 0000000..eed30b7
--- /dev/null
+++ b/build/borland5.5/CleanBorland.bat
@@ -0,0 +1,18 @@
+
+rem Use this batch file to completely clean the Borland directory tree for a clean build from scratch
+
+rd /S /Q bin
+rd /S /Q CMakeFiles
+rd /S /Q include
+rd /S /Q lib
+rd /S /Q testing
+del *.cmake
+del CmakeCache.txt
+del Makefile
+del *.h
+del *.exp
+del *.lib
+del *.filters
+del *.vcxproj
+del *.sln
+del build.txt \ No newline at end of file