使用 mxmlc 编译器将 MXML 文件编译为多个 SWF 文件

发布于 2024-08-07 20:55:43 字数 329 浏览 5 评论 0原文

我有一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文