I am compiling a module using:
@mxmlc -load-config+=mxmlc-config.xml -o=MyModule.swf
In the mxmlc-config.xml I have:
<include-libraries append="true">
<library>${flexlib}\locale\pt_BR\framework_rb.swc</library>
</include-libraries>
But the ${flexlib} token is being taken as '.' rather than the %FLEX_HOME%/frameworks directory. I can't use custom tokens either:
+myCustomToken=D:\path\to\flex-sdk
as it is ignored in the mxmlc-config.xml file. Can anyone offer a suggestion as to what I am doing wrong?
North America
Europe, Middle East and Africa
Asia Pacific