Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1 revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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