But my question here is very straight: Can I pass multiple tpls to -pt attribute of iwpt_compile.ipl?
In a word, no.You can pass multiple DCRs to the single PT but not the other way around. You'd have to call iwpt_compile multipletimes. Note though that as already pointed you can generate any number of output Files from the single PT
Thanks ISCBorisB,I take that answer as NO.
If you do not mind some rewrite, you can combine the TPLS into 1 file and use iw_ostream to push the data to different files.If all of your templates are debugged, then this should not be too tough. Be ware, ostream does some funky things during preview (renames output file)
and iw_ostream does not set EAs on the output files - so you'd need to do that too.