MXMLC如何区分链接与未链接的RSLs?

2026-06-11 08:445阅读0评论SEO资讯
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计190个文字,预计阅读时间需要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:

MXMLC如何区分链接与未链接的RSLs?

在flex配置文件中:

command line (via ant):

命令行(通过ant):

标签:rsls

本文共计190个文字,预计阅读时间需要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:

MXMLC如何区分链接与未链接的RSLs?

在flex配置文件中:

command line (via ant):

命令行(通过ant):

标签:rsls