Lets say you compiled the swc (SwcOutput) to directory instead of a .swc You can use it as rsl in the mxmlc compilation. Here is the example:
<mxmlc file="main.mxml" output="${output}/main.swf">
<el dir="${flexlib}/libs/player">
<include name="playerglobal.swc"/>
</el>
<el dir="${basedir}">
<include name="SwcOutput"/>
</el>
<rsl url="../SwcOutput/library.swf"/>
</mxmlc>
Thanks,
Gaurav

