Updated Branches: refs/heads/develop b32da1e51 -> 82fb7f8bd
FLEX-33731: solves 'definition not found' issue that pops up when trying to compile 'experimental.swc' with Falcon. Not sure if this is a valid difference between the old compiler and Falcon, or if I'm just working around an issue that needs fixin' Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b53c294e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b53c294e Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/b53c294e Branch: refs/heads/develop Commit: b53c294eaf9f570dc66e12180afe30a8d73bb920 Parents: b32da1e Author: Erik de Bruin <[email protected]> Authored: Mon Sep 23 15:29:57 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Mon Sep 23 15:29:57 2013 +0200 ---------------------------------------------------------------------- frameworks/projects/experimental/compile-config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b53c294e/frameworks/projects/experimental/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/experimental/compile-config.xml b/frameworks/projects/experimental/compile-config.xml index 8c16222..c0d7297 100644 --- a/frameworks/projects/experimental/compile-config.xml +++ b/frameworks/projects/experimental/compile-config.xml @@ -25,6 +25,7 @@ <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element> <path-element>../../libs/framework.swc</path-element> <path-element>../../libs/spark.swc</path-element> + <path-element>../../libs/textlayout.swc</path-element> </external-library-path> <keep-as3-metadata>
