diff -r 000000000000 -r 6474c204b198 xpcom/reflect/xptcall/src/md/test/clean.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpcom/reflect/xptcall/src/md/test/clean.bat Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,5 @@ +@echo off +echo deleting intermediate files +if exist *.obj del *.obj > NUL +if exist *.ilk del *.ilk > NUL +if exist *.pdb del *.pdb > NUL \ No newline at end of file