如何将SWC文件凯恩戈姆添加到我的应用程序没有弹性生成? [英] How do I add the SWC file for Cairngorm to my app without FlexBuilder?

查看:162
本文介绍了如何将SWC文件凯恩戈姆添加到我的应用程序没有弹性生成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不使用弹性生成器,我使用的是免费的Flex SDK与 TextMate的。我有一些麻烦搞清楚什么这个弹性生成过程实际上做背后的漂亮对话和东西,这样我就可以通过调整任何相关的文件,但谷歌搜索做同样的事情只是点我在类似的说明,告知我使用FlexBuilder的。

I am not using FlexBuilder, I'm using the free Flex SDK with TextMate. I'm having some trouble figuring out what this FlexBuilder process actually does behind all the nice dialogs and things, so that I can do the same thing by tweaking whatever the relevant file is, but Googling just points me at similar instructions telling me to use FlexBuilder.

任何人都可以点我在正确的方向?

Anyone able to point me in the right direction?

推荐答案

mxmlc的认为一个 SWC A库(它实际上是一个压缩文件,你可以检查),所以你会想要做类似如下:

mxmlc considers a swc a library (it's actually a zip file that you can examine) so you'll want to do something like the following:

mxmlc -compiler.library-path /path/to/your/swc

您可以得到帮助与 mxmlc的-help<术语GT; 。例如:

You can get help with mxmlc -help <TERM>. For example:

$ mxmlc -help library-path
Adobe Flex Compiler (mxmlc)
Version 3.3.0 build 4852
Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.

-compiler.external-library-path [path-element] [...]
    alias -external-library-path
    list of SWC files or directories to compile against but to omit from
    linking (repeatable)
-compiler.library-path [path-element] [...]
    alias -l
    list of SWC files or directories that contain SWC files (repeatable)
-runtime-shared-library-path [path-element] [rsl-url] [policy-file-url] [rsl-url] [policy-file-url]
    alias -rslp
     (repeatable)

这篇关于如何将SWC文件凯恩戈姆添加到我的应用程序没有弹性生成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆