summaryrefslogtreecommitdiffstats
path: root/xpcom/reflect/xptcall/md/test/mk_invoke.bat
blob: 10a9be51de6d601f941a09f93a83bab77dc8c5f8 (plain)
1
2
3
4
5
6
7
8
9
@echo off
@echo deleing old output
if exist invoke_test.obj del invoke_test.obj > NUL
if exist invoke_test.ilk del invoke_test.ilk > NUL
if exist *.pdb           del *.pdb           > NUL
if exist invoke_test.exe del invoke_test.exe > NUL

@echo building...
cl /nologo -Zi -DWIN32 invoke_test.cpp