summaryrefslogtreecommitdiffstats
path: root/xpcom/reflect/xptcall/md/test/clean.bat
blob: f320e222c908ce6ef1eb4b6a21ff55b6d88bbc41 (plain)
1
2
3
4
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