aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-06-21 15:02:04 +1000
committerNeil <nyamatongwe@gmail.com>2020-06-21 15:02:04 +1000
commit56fad07c78c08aac4fbb1b234c61e7b3ac49be9d (patch)
tree4ef359a7d95529e208b587407cdc4d89a82f935e
parent9a66cc374298d15cbe6916fd7acb5f682e532347 (diff)
downloadscintilla-mirror-56fad07c78c08aac4fbb1b234c61e7b3ac49be9d.tar.gz
Backport: Remove *.ipdb (incremental link time code generation) files when cleaning as
they can cause warnings when another compilation performed. Backport of changeset 8388:8c79e7c97c47.
-rwxr-xr-xdelbin.bat2
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: