summaryrefslogtreecommitdiff
path: root/win/prof.bat
blob: 9abda810b2d607a80b2df87341c7592264cd3f56 (plain)
1
2
3
4
5
6
7
8
PREP /EXCALL /INC piece.obj /INC matrix.obj /FT %1
if errorlevel == 1 goto done 
PROFILE %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel == 1 goto done 
PREP /M %1
if errorlevel == 1 goto done 
PLIST /SC %1 >%1.lst
:done