diff options
author | nyamatongwe <unknown> | 2001-03-02 12:36:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-03-02 12:36:02 +0000 |
commit | 740116c33177712038fdab206409972491cb0421 (patch) | |
tree | 8ea43c8247a058a8af3f137d0c06f7fcd79afbbf | |
parent | ab21329131c3c2cc4240c336974ca9429c8d743d (diff) | |
download | scintilla-mirror-740116c33177712038fdab206409972491cb0421.tar.gz |
Added *.lib to things that are deleted.
-rwxr-xr-x | delbin.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delbin.bat b/delbin.bat index 1f3d6a75a..b8e9ae7c5 100755 --- a/delbin.bat +++ b/delbin.bat @@ -1 +1 @@ -del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds +del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds |