diff options
author | Neil <nyamatongwe@gmail.com> | 2020-06-21 15:02:04 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-06-21 15:02:04 +1000 |
commit | f0d8f9e12218aa8b7296b40113db5bbbc860375f (patch) | |
tree | 4ba25f9ebc4a25611ac5c6e14bb753463a609f4e /delbin.bat | |
parent | e5af21939c84aa8eac27ad37c2b0d8dd491b3688 (diff) | |
download | scintilla-mirror-f0d8f9e12218aa8b7296b40113db5bbbc860375f.tar.gz |
Remove *.ipdb (incremental link time code generation) files when cleaning as
they can cause warnings when another compilation performed.
Diffstat (limited to 'delbin.bat')
-rwxr-xr-x | delbin.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delbin.bat b/delbin.bat index 60ae6815a..533e67b91 100755 --- a/delbin.bat +++ b/delbin.bat @@ -1 +1 @@ -@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 *.exp *.tlog >NUL: +@del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.ipdb *.pdb *.plg *.res *.sbr *.tds *.exp *.tlog >NUL: |