targets/XSD_toolchain_makefile
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 22 Nov 2016 18:42:48 +0300
changeset 1574 ce9c0e68389c
parent 1387 435965ca8b63
child 3723 58c74d098f09
permissions -rwxr-xr-x
add progress bar to status bar

It can be used to display progress during program upload.
To use it call ShowPLCProgress (like ShowPLCProgress("transfered",
10)) in your PLCObject implementation.

          <xsd:attribute name="Command" type="xsd:string" use="optional" default="make -C %(buildpath)s all BEREMIZSRC=%(src)s BEREMIZCFLAGS=%(cflags)s MD5=%(md5)s USE_BEREMIZ=1 FROM_BEREMIZ=1"/>