Na ja, folgendes steht in der Hilfe zu
Project Magician:
Zitat:
Auto LibSuffix
Maintaining packages for different Delphi versions requires to use a decent LIBSUFFIX to distinguish the
bpl-files for each version. Creating the project files for a new Delphi version usually involves copying those from the previous version to a new folder and adjusting the LIBSUFFIX entries. This option eliminates the last step.
Ob das für deinen Anwendungsfall passt kann ich aber jetzt nicht beurteilen. Es funktioniert gut, wenn man die Packages in der
IDE aufmacht und erzeugt. Das geht auch in der Regel mit einem
Package für alle Delphi-Versionen. Bei einem Build-Server klappt das naturgemäß nicht so ohne weiteres, aber das tut
$(Auto) auch nicht.
Allerdings gibt's den Project Magician auch nur bis XE3 runter.