Skip to content

Commit

Permalink
Remove *.idb files in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Aug 10, 2018
1 parent 2d5e8a9 commit 12b7a1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-08-10 Ross Johnson <ross dot johnson at homemail dot com dot au>

* Makefile (clean): remove *.idb files.

2018-08-08 Ross Johnson <ross dot johnson at homemail dot com dot au>

* Makefile: "nmake realclean VC VC-static" and similar wasn't remaking pthread.obj.
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ clean:
if exist *.obj del *.obj
if exist *.def del *.def
if exist *.ilk del *.ilk
if exist *.idb del *.idb
if exist *.pdb del *.pdb
if exist *.exp del *.exp
if exist *.map del *.map
Expand Down
4 changes: 4 additions & 0 deletions tests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-08-10 Ross Johnson <ross dot johnson at homemail dot com dot au>

* Makefile (clean): remove *.idb files.

2018-08-07 Ross Johnson <ross dot johnson at homemail dot com dot au>

* GNUmakefile.in (DLL_VER): rename as PTW32_VER.
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ clean:
if exist *.e $(RM) *.e
if exist *.i $(RM) *.i
if exist *.obj $(RM) *.obj
if exist *.idb $(RM) *.idb
if exist *.pdb $(RM) *.pdb
if exist *.o $(RM) *.o
if exist *.asm $(RM) *.asm
Expand Down

0 comments on commit 12b7a1d

Please sign in to comment.