From f0d8f9e12218aa8b7296b40113db5bbbc860375f Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Jun 2020 15:02:04 +1000 Subject: Remove *.ipdb (incremental link time code generation) files when cleaning as they can cause warnings when another compilation performed. --- delbin.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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