diff options
Diffstat (limited to 'xpcom/reflect/xptcall/md/test/clean.bat')
-rwxr-xr-x | xpcom/reflect/xptcall/md/test/clean.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xpcom/reflect/xptcall/md/test/clean.bat b/xpcom/reflect/xptcall/md/test/clean.bat new file mode 100755 index 0000000000..f320e222c9 --- /dev/null +++ b/xpcom/reflect/xptcall/md/test/clean.bat @@ -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 |