diff options
-rwxr-xr-x | delbin.bat | 6 | ||||
-rwxr-xr-x | delcvs.bat | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/delbin.bat b/delbin.bat new file mode 100755 index 000000000..5dfe55284 --- /dev/null +++ b/delbin.bat @@ -0,0 +1,6 @@ +del /S /Q *.obj +del /S /Q *.o +del /S /Q *.map +del /S /Q *.res +del /S /Q *.exe +del /S /Q *.dll diff --git a/delcvs.bat b/delcvs.bat new file mode 100755 index 000000000..ac0a7f691 --- /dev/null +++ b/delcvs.bat @@ -0,0 +1,7 @@ +rmdir /S /Q CVS +rmdir /S /Q bin\CVS +rmdir /S /Q doc\CVS +rmdir /S /Q gtk\CVS +rmdir /S /Q include\CVS +rmdir /S /Q src\CVS +rmdir /S /Q win32\CVS |