From 4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Dec 2022 13:17:14 +0100 Subject: New upstream version 4.0.2 --- build/borland5.5/CleanBorland.bat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 build/borland5.5/CleanBorland.bat (limited to 'build/borland5.5/CleanBorland.bat') 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 -- cgit v1.2.3