使用 mxmlc 编译器将 MXML 文件编译为多个 SWF 文件
我有一些 mxml 文件,我想使用配置文件将它们编译到各自的 SWF 文件中。目前,我可以通过使用配置文件中的 file-spec 属性将 1 个 mxml 文件编译到其各自的 SWF 文件中,但是我如何同时编译多个 mxml 文件呢?每个都有单独的配置文件吗?我正在使用 MSBUILD 和 mxmlc 编译器。
这就是我指定要编译的 mxml 文件的方式:
<file-specs>
<path-element>..\somePath\myFile.mxml</path-element>
</file-specs>
I have a few mxml files that I want compiled into their respective SWF files using a configuration file. At the moment I can get 1 mxml file compiled into it's respective SWF file by using the file-spec attribute in the configuration file but how would I go about compiling multiple mxml files at once? Do I have a separate configuration file for each? I'm using MSBUILD and the mxmlc compiler.
This is how I specified the mxml file to be compiled:
<file-specs>
<path-element>..\somePath\myFile.mxml</path-element>
</file-specs>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论