leocad/win/prof.bat

9 lines
214 B
Batchfile
Raw Normal View History

2011-09-07 23:06:51 +02:00
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