summaryrefslogtreecommitdiff
path: root/build/borland5.5/CleanBorland.bat
blob: eed30b788c24e1fc4a3ed41097b12c07beb67feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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