From 56fad07c78c08aac4fbb1b234c61e7b3ac49be9d Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Jun 2020 15:02:04 +1000 Subject: 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. --- delbin.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delbin.bat') 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: -- cgit v1.2.3