I need to build many version of my setup from a batch.
The help tell that miabuild accept a parameter /b=<buildtype> where <buildtype> is 0 or 1 or 2 ...
how can I build all that versions with the same revision number ?
I've try
miabuild myproject.mpr /r /b=0 /b=1 /b=2 {...}
but it build only the uncompressed version.
If I run three different command with can I have the same revison number ?
Is the new revision number saved back to the project file ?
Thanks.