summaryrefslogtreecommitdiff
path: root/build/borland5.5/CleanBorland.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/borland5.5/CleanBorland.bat')
-rwxr-xr-xbuild/borland5.5/CleanBorland.bat18
1 files changed, 0 insertions, 18 deletions
diff --git a/build/borland5.5/CleanBorland.bat b/build/borland5.5/CleanBorland.bat
deleted file mode 100755
index eed30b7..0000000
--- a/build/borland5.5/CleanBorland.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-
-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