diff options
author | Neil <nyamatongwe@gmail.com> | 2022-10-27 09:18:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-10-27 09:18:34 +1100 |
commit | 94b8ef8f3f10fb70cc3beae3cb724de5009ced6a (patch) | |
tree | cd7e60f1a5877b57885a8fc4dd1cc048f40b2d0a /delbin.bat | |
parent | 76e57bb0da5733042fb2be0c783161dfb40654da (diff) | |
download | scintilla-mirror-94b8ef8f3f10fb70cc3beae3cb724de5009ced6a.tar.gz |
Remove .lastbuildstate files so that Visual Studio won't be confused about
executable being already built so start will rebuild.
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 533e67b91..8c3d5550b 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 *.ipdb *.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 *.lastbuildstate *.plist >NUL: |