Add a trace script

develop
Petr Mrázek 2010-05-04 21:33:40 +02:00
parent 64f1e47716
commit 722e2e746e
1 changed files with 6 additions and 0 deletions

@ -0,0 +1,6 @@
mkdir build-real
cd build-real
cmake ..\.. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Release --trace > trace-stdout.txt 2> trace-stderr.txt
mingw32-make 2> log.txt
pause
dir file.xxx