1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/reflect/xptcall/src/md/test/mk_invoke.bat Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +@echo off 1.5 +@echo deleing old output 1.6 +if exist invoke_test.obj del invoke_test.obj > NUL 1.7 +if exist invoke_test.ilk del invoke_test.ilk > NUL 1.8 +if exist *.pdb del *.pdb > NUL 1.9 +if exist invoke_test.exe del invoke_test.exe > NUL 1.10 + 1.11 +@echo building... 1.12 +cl /nologo -Zi -DWIN32 invoke_test.cpp 1.13 \ No newline at end of file