mxmlc如何区分链接与未链接的rsls文件?

2026-04-02 14:191阅读0评论SEO问题
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计194个文字,预计阅读时间需要1分钟。

mxmlc如何区分链接与未链接的rsls文件?

在mxmlc命令行中,我可以包含RSL文件路径。我可以选择在运行时链接这些RSL文件,通过设置包含RSL文件。

Onthemxmlccommandline,IcanincludepathstoRSLfiles.IcanchoosetolinktheseRSLsatrunt

On the mxmlc command line, I can include paths to RSL files. I can choose to link these RSLs at runtime by setting

在mxmlc命令行上,我可以包含RSL文件的路径。我可以选择在运行时通过设置链接这些RSL

-static-link-runtime-shared-libraries=false

What if I need to link to some rsls and embed (static-link) other rsls? Is there a way to set the link settings for each rsl?

如果我需要链接到一些rsls并嵌入(静态链接)其他rsls怎么办?有没有办法为每个rsl设置链接设置?

1 个解决方案

#1

in a flex config file:

在flex配置文件中:

command line (via ant):

命令行(通过ant):

mxmlc如何区分链接与未链接的rsls文件?

标签:rsls

本文共计194个文字,预计阅读时间需要1分钟。

mxmlc如何区分链接与未链接的rsls文件?

在mxmlc命令行中,我可以包含RSL文件路径。我可以选择在运行时链接这些RSL文件,通过设置包含RSL文件。

Onthemxmlccommandline,IcanincludepathstoRSLfiles.IcanchoosetolinktheseRSLsatrunt

On the mxmlc command line, I can include paths to RSL files. I can choose to link these RSLs at runtime by setting

在mxmlc命令行上,我可以包含RSL文件的路径。我可以选择在运行时通过设置链接这些RSL

-static-link-runtime-shared-libraries=false

What if I need to link to some rsls and embed (static-link) other rsls? Is there a way to set the link settings for each rsl?

如果我需要链接到一些rsls并嵌入(静态链接)其他rsls怎么办?有没有办法为每个rsl设置链接设置?

1 个解决方案

#1

in a flex config file:

在flex配置文件中:

command line (via ant):

命令行(通过ant):

mxmlc如何区分链接与未链接的rsls文件?

标签:rsls