-1:000000000000 | 0:3bd9a2acce4c |
---|---|
1 @echo off | |
2 @echo deleing old output | |
3 if exist stub_test.obj del stub_test.obj > NUL | |
4 if exist stub_test.ilk del stub_test.ilk > NUL | |
5 if exist *.pdb del *.pdb > NUL | |
6 if exist stub_test.exe del stub_test.exe > NUL | |
7 | |
8 @echo building... | |
9 cl /nologo -Zi -DWIN32 stub_test.cpp |