From: Steve Hay Date: Mon, 4 Jul 2005 13:21:36 +0000 (+0000) Subject: Borland's .pdb files are called .tds X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44ba898b481566fd0ccdc2024e61a7839fff6e64;p=p5sagit%2Fp5-mst-13.2.git Borland's .pdb files are called .tds p4raw-id: //depot/perl@25068 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index e5310ff..f06ca6f 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1343,7 +1343,7 @@ distclean: realclean -del /f bin\*.bat -del /f perllibst.h -del /f $(PERLEXE_ICO) perl.base - -cd .. && del /s *$(a) *.map *.pdb *.ilk *.bs *$(o) .exists pm_to_blib + -cd .. && del /s *$(a) *.map *.pdb *.ilk *.tds *.bs *$(o) .exists pm_to_blib -cd $(EXTDIR) && del /s *.def Makefile Makefile.old -if exist $(AUTODIR) rmdir /s /q $(AUTODIR) -if exist $(AUTODIR) rmdir /s $(AUTODIR) @@ -1440,6 +1440,7 @@ _clean : -@erase ..\x2p\*.exe ..\x2p\*.bat -@erase *.ilk -@erase *.pdb + -@erase *.tds -@erase Extensions_static clean : Extensions_clean _clean