diff options
| author | nyamatongwe <devnull@localhost> | 2000-03-09 01:00:34 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-03-09 01:00:34 +0000 |
| commit | 481cc19526c5383be2635196efc28b04aea7906a (patch) | |
| tree | 0cb60532e795c111239ce2e4e28730ead1defa3d | |
| parent | b555193bf20c1aa5e91c5cb45ecb93f15594f12b (diff) | |
| download | scintilla-mirror-481cc19526c5383be2635196efc28b04aea7906a.tar.gz | |
Initial version.
| -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 |
