Hi
Is perl a good choice to make a script that can build my app and sign which has multiple mmp files ?
-J
Hi
Is perl a good choice to make a script that can build my app and sign which has multiple mmp files ?
-J
It depends on what complexity you need, and if you know Perl already.
Personally I build projects with simple batch (.bat) files. Multiple .mmp files do not matter much as both SBSv1 and SBSv2 can collect them in a single bld.inf file.
If you are using SBSv2 and need "real" scripting, Python may be a more natural choice as SBSv2 builds on Python scripts (while SBSv1 uses Perl).