michael@0: @echo off michael@0: @echo deleing old output michael@0: if exist stub_test.obj del stub_test.obj > NUL michael@0: if exist stub_test.ilk del stub_test.ilk > NUL michael@0: if exist *.pdb del *.pdb > NUL michael@0: if exist stub_test.exe del stub_test.exe > NUL michael@0: michael@0: @echo building... michael@0: cl /nologo -Zi -DWIN32 stub_test.cpp